The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
|
1 | |
FileTabCharacter
|
2 | |
LeftCurly
|
1 | |
RightCurly
|
1 | |
LineLength
|
2 | |
| MemberName | 0 | |
JavadocMethod
|
93 | |
JavadocType
|
0 | |
JavadocVariable
|
0 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 1 | |
| LocalVariableName | 2 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 2 | |
EmptyForIteratorPad
|
0 | |
| OperatorWrap | 2 | |
ParenPad
|
0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 17 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
|
0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
|
16 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 2 | |
MagicNumber
|
4 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 2 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 121 | |
| Expected an @return tag. | 140 | |
| Expected an @return tag. | 161 | |
| Expected an @return tag. | 182 | |
| Expected an @return tag. | 203 | |
| Expected @param tag for 'log'. | 213 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'packageManager'. | 98 | |
| Expected @param tag for 'source'. | 98 | |
| Expected @param tag for 'bottom'. | 98 | |
| Expected @throws tag for 'IOException'. | 99 | |
| Expected @param tag for 'dest'. | 176 | |
| Expected @param tag for 'locale'. | 184 | |
| Expected @param tag for 'inputEncoding'. | 192 | |
| Expected @param tag for 'outputEncoding'. | 200 | |
| Expected @param tag for 'javadocLinkDir'. | 208 | |
| Expected @param tag for 'transformer'. | 217 | |
| Expected @param tag for 'revision'. | 225 | |
| Expected @param tag for 'log'. | 233 | |
| Expected @param tag for 'sourceDirs'. | 247 | |
| Expected @param tag for 'templateDir'. | 247 | |
| Expected @param tag for 'windowTitle'. | 247 | |
| Expected @param tag for 'docTitle'. | 247 | |
| Expected @param tag for 'bottom'. | 247 | |
| Expected @throws tag for 'IOException'. | 248 | |
| Expected @throws tag for 'JxrException'. | 248 | |
| 'dest' hides a field. | 295 | |
| 'dest' hides a field. | 325 | |
| Missing a Javadoc comment. | 406 | |
| Missing a Javadoc comment. | 412 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Unused Javadoc tag. | 269 | |
| 'outputEncoding' hides a field. | 273 | |
| Line is longer than 120 characters. | 281 | |
| Line contains a tab character. | 300 | |
| Line contains a tab character. | 304 | |
| Unused Javadoc tag. | 335 | |
| More than 7 parameters. | 361 | |
| 'locale' hides a field. | 361 | |
| 'inputEncoding' hides a field. | 361 | |
| 'outputEncoding' hides a field. | 362 | |
| 'javadocLinkDir' hides a field. | 362 | |
| 'revision' hides a field. | 362 | |
| Expected @throws tag for 'IOException'. | 363 | |
| Line is longer than 120 characters. | 384 | |
| More than 7 parameters. | 411 | |
| 'sourcefile' hides a field. | 411 | |
| 'destfile' hides a field. | 411 | |
| 'locale' hides a field. | 411 | |
| 'inputEncoding' hides a field. | 411 | |
| 'outputEncoding' hides a field. | 412 | |
| 'javadocLinkDir' hides a field. | 412 | |
| 'revision' hides a field. | 412 | |
| Expected @throws tag for 'IOException'. | 413 | |
| Redundant 'final' modifier. | 706 | |
| Redundant 'final' modifier. | 729 | |
| ':' should be on a new line. | 737 | |
| ':' should be on a new line. | 739 | |
| Redundant 'final' modifier. | 784 | |
| Inner assignments should be avoided. | 794 | |
| Redundant 'final' modifier. | 815 | |
| Inner assignments should be avoided. | 827 | |
| '}' should be alone on a line. | 834 | |
| '{' should be on a new line. | 834 | |
| Redundant 'final' modifier. | 860 | |
| Redundant 'final' modifier. | 908 | |
| Name 'CLASS_KEYWORD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 910 | |
| '65' is a magic number. | 924 | |
| '90' is a magic number. | 924 | |
| '97' is a magic number. | 924 | |
| '122' is a magic number. | 924 | |
| Redundant 'final' modifier. | 968 | |
| Redundant 'final' modifier. | 988 | |
| Redundant 'final' modifier. | 1015 | |
| Redundant 'final' modifier. | 1104 | |
| Redundant 'final' modifier. | 1156 | |
| Redundant 'final' modifier. | 1179 | |
| Name 'fqpn_package' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1250 | |
| Name 'fqpn_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1251 | |
| Redundant 'final' modifier. | 1301 | |
| Redundant 'final' modifier. | 1331 | |
| Redundant 'final' modifier. | 1344 | |
| Redundant 'final' modifier. | 1379 | |
| Redundant 'final' modifier. | 1472 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 41 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'name'. | 41 | |
| Expected @param tag for 'name'. | 52 | |
| Expected @param tag for 'filename'. | 52 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 64 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 51 | |
| Expected an @return tag. | 60 | |
| Expected @param tag for 'name'. | 60 | |
| Expected @throws tag for 'IOException'. | 61 | |
| Expected @param tag for 'file'. | 78 | |
| Expected an @return tag. | 98 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'name'. | 40 | |
| Expected an @return tag. | 61 | |
| Expected an @return tag. | 69 | |
| Expected an @return tag. | 79 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 48 | |
| Expected an @return tag. | 59 | |
| Expected an @return tag. | 75 | |
| Expected an @return tag. | 83 | |
| Expected @param tag for 'classType'. | 92 | |
| Expected @param tag for 'importType'. | 100 | |
| Expected @param tag for 'classType'. | 108 | |
| Expected @param tag for 'packageType'. | 118 | |
| Expected an @return tag. | 127 | |
| Expected @param tag for 'filename'. | 135 | |
| Expected an @return tag. | 144 | |
| Expected @param tag for 'encoding'. | 152 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'filename'. | 50 | |
| Expected @param tag for 'encoding'. | 50 | |
| Expected @throws tag for 'IOException'. | 51 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 64 | |
| Expected an @return tag. | 74 | |
| Expected @param tag for 'name'. | 74 | |
| Expected @param tag for 'packageType'. | 89 | |
| Expected an @return tag. | 97 | |
| Expected @param tag for 'directory'. | 160 | |
| 'directories' hides a field. | 172 | |
| Expected @param tag for 'directories'. | 172 | |
| Missing a Javadoc comment. | 214 | |
| Missing a Javadoc comment. | 219 | |
| Missing a Javadoc comment. | 225 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'name'. | 39 | |
| Expected an @return tag. | 55 | |
| Expected @param tag for 'classType'. | 64 | |
| Expected an @return tag. | 75 | |
| Expected @param tag for 'classType'. | 75 |