The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 11 | 0 | 0 | 100 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 0 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| JavadocMethod | 12 | |
| JavadocType | 0 | |
| JavadocVariable | 4 | |
| 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 | 4 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 2 | |
| ModifierOrder | 1 | |
| RedundantModifier | 1 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 1 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 3 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 6 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 11 | |
GenericIllegalRegexp
| 47 | |
| TodoComment | 4 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 15 | |
| First sentence should end with a period. | 21 | |
| Comment matches to-do format 'TODO:'. | 22 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Parameter min should be final. | 31 | |
| 'min' hides a field. | 31 | |
| Parameter max should be final. | 31 | |
| 'max' hides a field. | 31 | |
| First sentence should end with a period. | 36 | |
| Comment matches to-do format 'TODO:'. | 37 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Parameter newValue should be final. | 42 | |
| Expected @param tag for 'newValue'. | 42 | |
| Expected @throws tag for 'ValidationException'. | 42 | |
| Line has trailing spaces. | 51 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 15 | |
| First sentence should end with a period. | 19 | |
| Comment matches to-do format 'TODO:'. | 20 | |
| Line has trailing spaces. | 21 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 30 | |
| Parameter message should be final. | 30 | |
| Missing a Javadoc comment. | 34 | |
| Parameter message should be final. | 34 | |
| Parameter cause should be final. | 34 | |
| Missing a Javadoc comment. | 38 | |
| Parameter cause should be final. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 15 | |
| First sentence should end with a period. | 21 | |
| Line has trailing spaces. | 22 | |
| Comment matches to-do format 'TODO:'. | 23 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 15 | |
| Line has trailing spaces. | 31 | |
| Line has trailing spaces. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| 'private' modifier out of order with the JLS suggestions. | 36 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 39 | |
| Line is longer than 80 characters. | 39 | |
| Line has trailing spaces. | 42 | |
| Line has trailing spaces. | 45 | |
| Unused @throws tag for 'IllegalArgumentException'. | 47 | |
| Method 'addConstraint' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Parameter constraint should be final. | 49 | |
| 'if' is not followed by whitespace. | 50 | |
| Line has trailing spaces. | 53 | |
| Line has trailing spaces. | 55 | |
| 'if' construct must use '{}'s. | 57 | |
| Line is longer than 80 characters. | 57 | |
| Line has trailing spaces. | 59 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter newValue should be final. | 60 | |
| 'while' is not followed by whitespace. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 25 | |
| Missing a Javadoc comment. | 30 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Line has trailing spaces. | 41 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Parameter value should be final. | 43 | |
| 'value' hides a field. | 43 | |
| Expected @throws tag for 'ValidationException'. | 43 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 48 | |
| Method 'addConstraint' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter doubleConstraint should be final. | 49 | |
| Line has trailing spaces. | 52 |