Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
4 0 0 102

Rules

Rules Violations Severity
JavadocPackage
  • allowLegacy: "true"
0 Errors Error
NewlineAtEndOfFile 1 Errors Error
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
19 Errors Error
JavadocMethod 8 Errors Error
JavadocType 0 Errors Error
JavadocVariable 9 Errors Error
JavadocStyle 1 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
LineLength 17 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 2 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 2 Errors Error
WhitespaceAround 8 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 6 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 2 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 14 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 15 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

com/tupilabs/human_name_parser/HumanNameParserParser.java

Violation Message Line
Errors Missing a Javadoc comment. 44
Errors Missing a Javadoc comment. 45
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 47
Errors Missing a Javadoc comment. 48
Errors Missing a Javadoc comment. 49
Errors Missing a Javadoc comment. 50
Errors Missing a Javadoc comment. 52
Errors Missing a Javadoc comment. 53
Errors Parameter name should be final. 60
Errors 'name' hides a field. 60
Errors Parameter name should be final. 69
Errors 'name' hides a field. 69
Errors '{' is followed by whitespace. 79
Errors '{' is followed by whitespace. 82
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 94
Errors Method 'getLeadingInit' is not designed for extension - needs to be abstract, final or empty. 98
Errors Missing a Javadoc comment. 98
Errors Method 'getFirst' is not designed for extension - needs to be abstract, final or empty. 102
Errors Missing a Javadoc comment. 102
Errors Method 'getNicknames' is not designed for extension - needs to be abstract, final or empty. 106
Errors Missing a Javadoc comment. 106
Errors Method 'getMiddle' is not designed for extension - needs to be abstract, final or empty. 110
Errors Missing a Javadoc comment. 110
Errors Method 'getLast' is not designed for extension - needs to be abstract, final or empty. 114
Errors Missing a Javadoc comment. 114
Errors Method 'getSuffix' is not designed for extension - needs to be abstract, final or empty. 118
Errors Missing a Javadoc comment. 118
Errors Method 'getSuffixes' is not designed for extension - needs to be abstract, final or empty. 122
Errors Missing a Javadoc comment. 122
Errors Method 'getPrefixes' is not designed for extension - needs to be abstract, final or empty. 126
Errors Missing a Javadoc comment. 126
Errors Redundant throws: 'ParseException' is unchecked exception. 135
Errors 'suffixes' hides a field. 136
Errors 'prefixes' hides a field. 137
Errors Line has trailing spaces. 138
Errors Line is longer than 80 characters. 139
Errors Line is longer than 80 characters. 140
Errors Line is longer than 80 characters. 141
Errors Line is longer than 80 characters. 142
Errors '+' is not preceded with whitespace. 143
Errors '+' is not followed by whitespace. 143
Errors '+' is not preceded with whitespace. 143
Errors '+' is not followed by whitespace. 143
Errors '+' is not preceded with whitespace. 144
Errors '+' is not followed by whitespace. 144
Errors '+' is not preceded with whitespace. 144
Errors '+' is not followed by whitespace. 144
Errors Line is longer than 80 characters. 145
Errors Line has trailing spaces. 147
Errors Line has trailing spaces. 150
Errors Line has trailing spaces. 153
Errors Line has trailing spaces. 156
Errors Line is longer than 80 characters. 160
Errors Line has trailing spaces. 162
Errors Line has trailing spaces. 165
Errors Line is longer than 80 characters. 169
Errors Line has trailing spaces. 171

com/tupilabs/human_name_parser/Name.java

Violation Message Line
Errors Line is longer than 80 characters. 30
Errors Line has trailing spaces. 40
Errors Line has trailing spaces. 43
Errors Parameter str should be final. 48
Errors 'str' hides a field. 48
Errors Method 'getStr' is not designed for extension - needs to be abstract, final or empty. 56
Errors Line has trailing spaces. 59
Errors Method 'setStr' is not designed for extension - needs to be abstract, final or empty. 64
Errors Parameter str should be final. 64
Errors 'str' hides a field. 64
Errors Line has trailing spaces. 68
Errors Method 'chopWithRegex' is not designed for extension - needs to be abstract, final or empty. 79
Errors Parameter regex should be final. 79
Errors Parameter submatchIndex should be final. 79
Errors Line has trailing spaces. 83
Errors Line has trailing spaces. 89
Errors Line has trailing spaces. 92
Errors Line has trailing spaces. 94
Errors Line is longer than 80 characters. 99
Errors Line has trailing spaces. 107
Errors Line is longer than 80 characters. 113
Errors Method 'flip' is not designed for extension - needs to be abstract, final or empty. 116
Errors Parameter flipAroundChar should be final. 116
Errors Redundant throws: 'ParseException' is unchecked exception. 116
Errors Line is longer than 80 characters. 123
Errors Line has trailing spaces. 127
Errors Line is longer than 80 characters. 131
Errors Method 'norm' is not designed for extension - needs to be abstract, final or empty. 134
Errors Line has trailing spaces. 139

com/tupilabs/human_name_parser/ParseException.java

Violation Message Line
Errors Parameter message should be final. 48
Errors Parameter cause should be final. 56
Errors First sentence should end with a period. 60
Errors Parameter message should be final. 65
Errors Parameter cause should be final. 65
Errors Parameter message should be final. 76
Errors Parameter cause should be final. 76
Errors Parameter enableSuppression should be final. 77
Errors Parameter writableStackTrace should be final. 77

com/tupilabs/human_name_parser/package-info.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters. 28
Errors Line is longer than 80 characters. 29
Errors Line is longer than 80 characters. 32
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 36