The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 9 | 0 | 17 | 0 |
| Rules | Violations | Severity |
|---|---|---|
| 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
| 7 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 2 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 6 | |
GenericIllegalRegexp
| 0 | |
| UpperEll | 0 | |
| FinalLocalVariable | 1 | |
| PackageHtml | 1 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| 'prefix' hides a field. | 118 | |
| 'prefix' hides a field. | 135 | |
| Line is longer than 120 characters. | 145 |
| Violation | Message | Line |
|---|---|---|
| Variable 'optionalAttribute' should be declared final. | 74 |
| Violation | Message | Line |
|---|---|---|
| Parameter filterField should be final. | 37 | |
| Parameter filterParameter should be final. | 45 | |
| Parameter useEquals should be final. | 53 | |
| Line is longer than 120 characters. | 59 | |
| Line is longer than 120 characters. | 60 | |
| Line is longer than 120 characters. | 61 |
| Violation | Message | Line |
|---|---|---|
| Parameter ageCount should be final. | 37 | |
| Parameter ageSymbol should be final. | 45 | |
| Parameter ageField should be final. | 53 | |
| Line is longer than 120 characters. | 59 | |
| Line is longer than 120 characters. | 60 | |
| Line is longer than 120 characters. | 61 |