The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 6 | 0 | 0 | 41 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 1 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| JavadocMethod | 3 | |
| JavadocType | 0 | |
| JavadocVariable | 0 | |
| JavadocStyle | 0 | |
| 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 | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 18 | |
| WhitespaceAfter | 3 | |
| WhitespaceAround | 6 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 2 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 2 | |
GenericIllegalRegexp
|
6 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Line has trailing spaces. | 51 | |
| '=' is not preceded with whitespace. | 62 | |
| Line has trailing spaces. | 67 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Parameter id should be final. | 73 | |
| 'id' hides a field. | 73 | |
| Expected @param tag for 'id'. | 73 | |
| Line has trailing spaces. | 74 | |
| Line contains a tab character. | 74 | |
| '=' is not preceded with whitespace. | 74 | |
| '=' is not followed by whitespace. | 74 | |
| Line contains a tab character. | 75 |
| Violation | Message | Line |
|---|---|---|
| ',' is not followed by whitespace. | 45 |
| Violation | Message | Line |
|---|---|---|
| ',' is not followed by whitespace. | 47 | |
| ',' is not followed by whitespace. | 49 |
| Violation | Message | Line |
|---|---|---|
| '=' is not preceded with whitespace. | 117 | |
| Line has trailing spaces. | 122 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Parameter id should be final. | 128 | |
| 'id' hides a field. | 128 | |
| Expected @param tag for 'id'. | 128 | |
| Line has trailing spaces. | 129 | |
| Line contains a tab character. | 129 | |
| '=' is not preceded with whitespace. | 129 | |
| '=' is not followed by whitespace. | 129 | |
| Line contains a tab character. | 130 |