The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 1 | |
FileTabCharacter
| 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 2 | |
| MemberName | 0 | |
JavadocMethod
| 90 | |
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 | 1 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 16 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 16 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 5 | |
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'. | 103 | |
| Expected @param tag for 'source'. | 103 | |
| Expected @throws tag for 'IOException'. | 104 | |
| Expected @param tag for 'dest'. | 181 | |
| Expected @param tag for 'locale'. | 189 | |
| Expected @param tag for 'inputEncoding'. | 197 | |
| Expected @param tag for 'outputEncoding'. | 205 | |
| Expected @param tag for 'javadocLinkDir'. | 213 | |
| Expected @param tag for 'transformer'. | 222 | |
| Expected @param tag for 'revision'. | 230 | |
| Expected @param tag for 'log'. | 238 | |
| Expected @param tag for 'sourceDirs'. | 252 | |
| Expected @param tag for 'templateDir'. | 252 | |
| Expected @param tag for 'windowTitle'. | 252 | |
| Expected @param tag for 'docTitle'. | 252 | |
| Expected @param tag for 'bottom'. | 252 | |
| Expected @throws tag for 'IOException'. | 253 | |
| Expected @throws tag for 'JxrException'. | 253 | |
| 'dest' hides a field. | 300 | |
| 'dest' hides a field. | 329 | |
| Missing a Javadoc comment. | 409 | |
| Missing a Javadoc comment. | 415 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| 'outputEncoding' hides a field. | 272 | |
| Line is longer than 120 characters. | 281 | |
| More than 7 parameters. | 348 | |
| 'locale' hides a field. | 348 | |
| 'inputEncoding' hides a field. | 348 | |
| 'outputEncoding' hides a field. | 349 | |
| 'javadocLinkDir' hides a field. | 349 | |
| 'revision' hides a field. | 349 | |
| Expected @throws tag for 'IOException'. | 351 | |
| Line is longer than 120 characters. | 375 | |
| 'sourcefile' hides a field. | 404 | |
| 'destfile' hides a field. | 404 | |
| 'locale' hides a field. | 404 | |
| 'inputEncoding' hides a field. | 404 | |
| 'outputEncoding' hides a field. | 405 | |
| 'javadocLinkDir' hides a field. | 405 | |
| 'revision' hides a field. | 405 | |
| Expected @throws tag for 'IOException'. | 406 | |
| Redundant 'final' modifier. | 699 | |
| Redundant 'final' modifier. | 720 | |
| Inner assignments should be avoided. | 730 | |
| Inner assignments should be avoided. | 745 | |
| Inner assignments should be avoided. | 779 | |
| Inner assignments should be avoided. | 795 | |
| Redundant 'final' modifier. | 828 | |
| Inner assignments should be avoided. | 836 | |
| Redundant 'final' modifier. | 857 | |
| Redundant 'final' modifier. | 905 | |
| Name 'CLASS_KEYWORD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 907 | |
| '65' is a magic number. | 921 | |
| '90' is a magic number. | 921 | |
| '97' is a magic number. | 921 | |
| '122' is a magic number. | 921 | |
| Redundant 'final' modifier. | 965 | |
| Redundant 'final' modifier. | 985 | |
| Redundant 'final' modifier. | 1012 | |
| Redundant 'final' modifier. | 1101 | |
| Redundant 'final' modifier. | 1153 | |
| Redundant 'final' modifier. | 1176 | |
| Name 'fqpn_package' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1247 | |
| Name 'fqpn_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1248 | |
| Redundant 'final' modifier. | 1298 | |
| Redundant 'final' modifier. | 1328 | |
| Redundant 'final' modifier. | 1341 | |
| Redundant 'final' modifier. | 1376 | |
| Redundant 'final' modifier. | 1469 |
| 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 |
|---|---|---|
| Got an exception - java.lang.IllegalArgumentException: the name [created] is not a valid Javadoc tag name | 0 |
| 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 |