The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 4 | 0 | 0 | 54 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 1 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| JavadocMethod | 6 | |
| JavadocType | 1 | |
| JavadocVariable | 4 | |
| 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 | 1 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 1 | |
| WhitespaceAround | 10 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 1 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 4 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 4 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 1 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 8 | |
GenericIllegalRegexp
|
12 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Line has trailing spaces. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Line has trailing spaces. | 31 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Method 'getSubscribers' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Method 'getNotification' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line has trailing spaces. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Parameter key should be final. | 48 | |
| 'key' hides a field. | 48 | |
| Parameter subscribers should be final. | 48 | |
| 'subscribers' hides a field. | 48 | |
| Parameter notification should be final. | 48 | |
| 'notification' hides a field. | 48 | |
| Parameter value should be final. | 49 | |
| 'value' hides a field. | 49 | |
| '=' is not preceded with whitespace. | 50 | |
| '=' is not followed by whitespace. | 50 | |
| Line has trailing spaces. | 51 | |
| '=' is not preceded with whitespace. | 51 | |
| '=' is not followed by whitespace. | 51 | |
| '=' is not preceded with whitespace. | 52 | |
| '=' is not followed by whitespace. | 52 | |
| '=' is not preceded with whitespace. | 53 | |
| '=' is not followed by whitespace. | 53 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 | |
| Line has trailing spaces. | 58 | |
| Unused @param tag for 'filename'. | 68 | |
| Line has trailing spaces. | 74 | |
| Line has trailing spaces. | 87 | |
| '>=' is not preceded with whitespace. | 95 | |
| '>=' is not followed by whitespace. | 95 | |
| ',' is not followed by whitespace. | 96 | |
| Must have at least one statement. | 107 | |
| Line has trailing spaces. | 114 | |
| Variable 'lastLine' must be private and have accessor methods. | 121 | |
| Line is longer than 80 characters. | 129 | |
| Parameter key should be final. | 151 | |
| Parameter key should be final. | 164 | |
| Parameter key should be final. | 178 | |
| Parameter type should be final. | 178 | |
| Line has trailing spaces. | 185 |