The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 4 | 0 | 0 | 137 |
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
|
1 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
|
0 | |
RegexpSingleline
|
3 | |
| JavadocMethod | 11 | |
| JavadocType | 3 | |
| JavadocVariable | 3 | |
| JavadocStyle | 0 | |
| ConstantName | 3 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| LineLength | 2 | |
| MethodLength | 1 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 7 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 78 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 3 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 21 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 32 | |
| Utility classes should not have a public or default constructor. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| Missing a Javadoc comment. | 36 | |
| Parameter db should be final. | 36 | |
| Parameter codePointDir should be final. | 36 | |
| Parameter locatorDir should be final. | 37 | |
| Missing a Javadoc comment. | 77 | |
| Parameter args should be final. | 77 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 40 | |
| Utility classes should not have a public or default constructor. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| Missing a Javadoc comment. | 44 | |
| Parameter line should be final. | 44 | |
| Missing a Javadoc comment. | 59 | |
| Parameter line should be final. | 59 | |
| Parameter start should be final. | 59 | |
| Missing a Javadoc comment. | 72 | |
| Parameter conn should be final. | 72 | |
| Parameter codeListFile should be final. | 72 | |
| '4' is a magic number. | 94 | |
| '3' is a magic number. | 101 | |
| '4' is a magic number. | 110 | |
| '3' is a magic number. | 119 | |
| '3' is a magic number. | 119 | |
| '4' is a magic number. | 128 | |
| '3' is a magic number. | 137 | |
| '4' is a magic number. | 138 | |
| '3' is a magic number. | 138 | |
| '3' is a magic number. | 147 | |
| '3' is a magic number. | 147 | |
| '3' is a magic number. | 164 | |
| '3' is a magic number. | 164 | |
| '3' is a magic number. | 165 | |
| '3' is a magic number. | 173 | |
| Missing a Javadoc comment. | 189 | |
| Parameter conn should be final. | 189 | |
| Parameter csvFile should be final. | 189 | |
| '10' is a magic number. | 207 | |
| '11' is a magic number. | 208 | |
| '3' is a magic number. | 211 | |
| '4' is a magic number. | 218 | |
| '5' is a magic number. | 219 | |
| '13' is a magic number. | 222 | |
| '6' is a magic number. | 223 | |
| '13' is a magic number. | 223 | |
| '6' is a magic number. | 225 | |
| '14' is a magic number. | 228 | |
| '7' is a magic number. | 229 | |
| '14' is a magic number. | 229 | |
| '7' is a magic number. | 231 | |
| '15' is a magic number. | 234 | |
| '8' is a magic number. | 235 | |
| '15' is a magic number. | 235 | |
| '8' is a magic number. | 237 | |
| '16' is a magic number. | 240 | |
| '9' is a magic number. | 241 | |
| '16' is a magic number. | 241 | |
| '9' is a magic number. | 243 | |
| '17' is a magic number. | 246 | |
| '10' is a magic number. | 247 | |
| '17' is a magic number. | 247 | |
| '10' is a magic number. | 249 | |
| Missing a Javadoc comment. | 267 | |
| Parameter conn should be final. | 267 | |
| Method length is 156 lines (max allowed is 150). | 277 | |
| Missing a Javadoc comment. | 277 | |
| Parameter conn should be final. | 277 | |
| Parameter csvRoot should be final. | 277 | |
| Parameter codeListFile should be final. | 277 | |
| Must have at least one statement. | 285 | |
| Must have at least one statement. | 294 | |
| Must have at least one statement. | 303 | |
| Must have at least one statement. | 312 | |
| Must have at least one statement. | 321 | |
| Must have at least one statement. | 330 | |
| Parameter pathname should be final. | 419 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 38 | |
| Utility classes should not have a public or default constructor. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| Missing a Javadoc comment. | 42 | |
| Parameter line should be final. | 42 | |
| Missing a Javadoc comment. | 57 | |
| Parameter conn should be final. | 57 | |
| Parameter dataFile should be final. | 57 | |
| '3' is a magic number. | 86 | |
| '3' is a magic number. | 88 | |
| '4' is a magic number. | 89 | |
| '5' is a magic number. | 96 | |
| '6' is a magic number. | 97 | |
| '4' is a magic number. | 99 | |
| '5' is a magic number. | 100 | |
| '7' is a magic number. | 102 | |
| '8' is a magic number. | 103 | |
| '11' is a magic number. | 110 | |
| '12' is a magic number. | 111 | |
| '6' is a magic number. | 113 | |
| '7' is a magic number. | 114 | |
| '9' is a magic number. | 116 | |
| '10' is a magic number. | 117 | |
| '13' is a magic number. | 124 | |
| '14' is a magic number. | 125 | |
| '9' is a magic number. | 127 | |
| '15' is a magic number. | 128 | |
| '9' is a magic number. | 128 | |
| '10' is a magic number. | 131 | |
| '16' is a magic number. | 132 | |
| '10' is a magic number. | 132 | |
| '11' is a magic number. | 135 | |
| '17' is a magic number. | 136 | |
| '11' is a magic number. | 136 | |
| '12' is a magic number. | 139 | |
| '18' is a magic number. | 140 | |
| '12' is a magic number. | 140 | |
| '13' is a magic number. | 143 | |
| '19' is a magic number. | 144 | |
| '13' is a magic number. | 144 | |
| '14' is a magic number. | 147 | |
| '20' is a magic number. | 148 | |
| '14' is a magic number. | 148 | |
| '15' is a magic number. | 151 | |
| '21' is a magic number. | 152 | |
| '15' is a magic number. | 152 | |
| Missing a Javadoc comment. | 172 | |
| Parameter conn should be final. | 172 | |
| Parameter dataDir should be final. | 172 | |
| Must have at least one statement. | 180 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name | 0 | |
| Line has trailing spaces. | 34 | |
| Line has trailing spaces. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line has trailing spaces. | 65 | |
| Line is longer than 80 characters. | 97 |