The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 7 | 0 | 0 | 134 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 1 | |
| NewlineAtEndOfFile | 3 | |
| Translation | 0 | |
| JavadocMethod | 23 | |
| JavadocType | 1 | |
| JavadocVariable | 0 | |
| JavadocStyle | 4 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| LineLength | 30 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 27 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 2 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 1 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 2 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 4 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 5 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 11 | |
GenericIllegalRegexp
|
20 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 11 | |
| Missing a Javadoc comment. | 17 | |
| Utility classes should not have a public or default constructor. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Parameter args should be final. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 24 | |
| Parameter args should be final. | 24 | |
| Line is longer than 80 characters. | 27 | |
| Method 'install' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 53 | |
| '+' is not followed by whitespace. | 53 | |
| Line has trailing spaces. | 54 | |
| Method 'uninstall' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Line is longer than 80 characters. | 59 | |
| Missing a Javadoc comment. | 67 | |
| Parameter msg should be final. | 67 | |
| Missing a Javadoc comment. | 71 | |
| Parameter args should be final. | 71 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 12 | |
| Utility classes should not have a public or default constructor. | 16 | |
| First sentence should end with a period. | 18 | |
| Line has trailing spaces. | 20 | |
| Expected an @return tag. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 24 | |
| '+' is not preceded with whitespace. | 24 | |
| Line is longer than 80 characters. | 30 | |
| Must have at least one statement. | 30 | |
| First sentence should end with a period. | 36 | |
| Line has trailing spaces. | 38 | |
| Expected an @return tag. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 44 | |
| '3' is a magic number. | 44 | |
| Line has trailing spaces. | 45 | |
| Line is longer than 80 characters. | 47 | |
| Line has trailing spaces. | 50 | |
| First sentence should end with a period. | 55 | |
| Line has trailing spaces. | 57 | |
| Expected an @return tag. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line has trailing spaces. | 63 | |
| First sentence should end with a period. | 68 | |
| Line has trailing spaces. | 70 | |
| Expected an @return tag. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line has trailing spaces. | 79 | |
| Line has trailing spaces. | 81 | |
| Parameter args should be final. | 85 | |
| Expected @param tag for 'args'. | 85 | |
| Expected @throws tag for 'Exception'. | 85 | |
| Line has trailing spaces. | 91 | |
| Line has trailing spaces. | 93 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Utility classes should not have a public or default constructor. | 13 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Parameter args should be final. | 15 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 12 | |
| Missing a Javadoc comment. | 18 | |
| Parameter args should be final. | 18 | |
| Line is longer than 80 characters. | 33 | |
| Method 'install' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Line is longer than 80 characters. | 49 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 60 | |
| Method 'uninstall' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Line is longer than 80 characters. | 76 | |
| Missing a Javadoc comment. | 87 | |
| Parameter msg should be final. | 87 | |
| Missing a Javadoc comment. | 91 | |
| Parameter args should be final. | 91 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 10 | |
| Utility classes should not have a public or default constructor. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Parameter args should be final. | 16 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 14 | |
| Utility classes should not have a public or default constructor. | 18 | |
| Line has trailing spaces. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line has trailing spaces. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line is longer than 80 characters. | 39 | |
| '14' is a magic number. | 39 | |
| Line has trailing spaces. | 44 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter args should be final. | 45 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |