The following document contains the results of Checkstyle 6.18 with sun_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 49 | 0 | 0 | 1889 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | AvoidNestedBlocks | 5 | |
| EmptyBlock | 2 | ||
| coding | AvoidInlineConditionals | 43 | |
| HiddenField | 112 | ||
| InnerAssignment | 22 | ||
| MagicNumber | 43 | ||
| design | DesignForExtension | 120 | |
| FinalClass | 5 | ||
| InterfaceIsType | 1 | ||
| VisibilityModifier | 2 | ||
| javadoc | JavadocMethod | 259 | |
| JavadocPackage | 3 | ||
| JavadocStyle | 15 | ||
| JavadocType | 61 | ||
| JavadocVariable | 271 | ||
| misc | FinalParameters | 158 | |
| NewlineAtEndOfFile | 2 | ||
| modifier | ModifierOrder | 4 | |
| RedundantModifier | 31 | ||
| regexp | RegexpSingleline
|
36 | |
| sizes | LineLength | 567 | |
| ParameterNumber | 1 | ||
| whitespace | NoWhitespaceAfter | 3 | |
| OperatorWrap | 23 | ||
| WhitespaceAfter | 15 | ||
| WhitespaceAround | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'internalConfig' must be private and have accessor methods. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter supportedConfigKeys should be final. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 36 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 47 | |
| design | DesignForExtension | Method 'getBufferProvider' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| design | DesignForExtension | Method 'getInt' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'getBool' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| design | DesignForExtension | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class BufferStrategyFactory should be declared as final. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 56 | |
| misc | FinalParameters | Parameter strategyName should be final. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 64 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 65 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 79 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 80 | |
| misc | FinalParameters | Parameter size should be final. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 95 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 95 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| design | VisibilityModifier | Variable 'buffer' must be private and have accessor methods. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 115 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 115 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 118 | |
| misc | FinalParameters | Parameter defaultSize should be final. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 140 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 141 | |
| misc | FinalParameters | Parameter size should be final. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 151 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 154 | |
| coding | HiddenField | 'size' hides a field. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 169 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 169 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 169 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 171 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 173 | |
| coding | HiddenField | 'size' hides a field. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| coding | HiddenField | 'size' hides a field. | 177 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 195 | |
| misc | FinalParameters | Parameter size should be final. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 112). | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 48 | |
| design | DesignForExtension | Method 'defaultHandling' is not designed for extension - needs to be abstract, final or empty. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter jsonValue should be final. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter targetValue should be final. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | HiddenField | 'previous' hides a field. | 33 | |
| coding | HiddenField | 'object' hides a field. | 33 | |
| design | DesignForExtension | Method 'push' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter object should be final. | 41 | |
| design | DesignForExtension | Method 'pop' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'peek' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 59 | |
| design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 42 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter jsonParser should be final. | 49 | |
| coding | HiddenField | 'jsonParser' hides a field. | 49 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 55 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | HiddenField | 'provider' hides a field. | 55 | |
| design | DesignForExtension | Method 'next' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 75 | |
| design | DesignForExtension | Method 'getArray' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 87 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 114 | |
| design | DesignForExtension | Method 'skipObject' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| design | DesignForExtension | Method 'skipArray' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 148 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| misc | FinalParameters | Parameter parser should be final. | 152 | |
| coding | HiddenField | 'parser' hides a field. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 153 | |
| misc | FinalParameters | Parameter action should be final. | 158 | |
| design | DesignForExtension | Method 'getArrayStream' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 180 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| misc | FinalParameters | Parameter parser should be final. | 184 | |
| coding | HiddenField | 'parser' hides a field. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 190 | |
| misc | FinalParameters | Parameter action should be final. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 198 | |
| design | DesignForExtension | Method 'getObjectStream' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 214 | |
| design | DesignForExtension | Method 'getValueStream' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 49 | |
| coding | HiddenField | 'rejectDuplicateKeysMode' hides a field. | 49 | |
| coding | HiddenField | 'jsonProvider' hides a field. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 58 | |
| coding | HiddenField | 'rejectDuplicateKeysMode' hides a field. | 58 | |
| coding | HiddenField | 'jsonProvider' hides a field. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 96 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 162 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 265 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 | |
| misc | FinalParameters | Parameter idx should be final. | 311 | |
| misc | FinalParameters | Parameter value should be final. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| misc | FinalParameters | Parameter value should be final. | 318 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 323 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 323 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 323 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 323 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 324 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 324 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 330 | |
| misc | FinalParameters | Parameter idx should be final. | 330 | |
| misc | FinalParameters | Parameter value should be final. | 330 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 335 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 335 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 335 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 335 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 336 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 336 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 347 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 350 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 88). | 35 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | HiddenField | 'provider' hides a field. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 48 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 93 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 49 | |
| coding | HiddenField | 'rejectDuplicateKeysMode' hides a field. | 49 | |
| coding | HiddenField | 'provider' hides a field. | 49 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 67 | |
| misc | FinalParameters | Parameter initialData should be final. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 77 | |
| misc | FinalParameters | Parameter initialData should be final. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 83 | |
| misc | FinalParameters | Parameter initialData should be final. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 97 | |
| misc | FinalParameters | Parameter initialValues should be final. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 68 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 68 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 69 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 69 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 70 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 70 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 71 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 72 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 72 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 73 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 74 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 75 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 77 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 77 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 78 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 78 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 80 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | HiddenField | 'value' hides a field. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 99). | 38 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 61 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 68 | |
| design | DesignForExtension | Method 'createGenerator' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| design | DesignForExtension | Method 'createGenerator' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 79 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 79 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 81 | |
| design | DesignForExtension | Method 'createGenerator' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 86 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 87 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 89 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 89 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 91 | |
| design | DesignForExtension | Method 'getConfigInUse' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| design | DesignForExtension | Method 'getDefaultEncoding' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 116 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | HiddenField | 'acceptsKey' hides a field. | 60 | |
| coding | HiddenField | 'acceptsValue' hides a field. | 60 | |
| coding | HiddenField | 'endable' hides a field. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | HiddenField | 'writer' hides a field. | 67 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 67 | |
| coding | HiddenField | 'prettyPrint' hides a field. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 423 | |
| coding | HiddenField | 'state' hides a field. | 445 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 478 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 489 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 491 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 538 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 547 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 548 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 550 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 556 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 591 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 598 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 601 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 605 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 607 | |
| whitespace | OperatorWrap | '&' should be on a new line. | 607 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 610 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 615 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 621 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 624 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 632 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 651 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 656 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 660 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 663 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 672 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 675 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 682 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 685 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 692 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 695 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 703 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 708 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 736 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 737 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 738 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 739 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 742 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 743 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 744 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 745 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 748 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 749 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 763 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 774 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | HiddenField | 'lineNumber' hides a field. | 33 | |
| coding | HiddenField | 'columnNumber' hides a field. | 33 | |
| coding | HiddenField | 'streamOffset' hides a field. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 64 | |
| coding | MagicNumber | '32' is a magic number. | 70 | |
| coding | MagicNumber | '31' is a magic number. | 71 | |
| coding | MagicNumber | '32' is a magic number. | 71 | |
| coding | MagicNumber | '31' is a magic number. | 72 | |
| coding | MagicNumber | '32' is a magic number. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | HiddenField | 'value' hides a field. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| coding | HiddenField | 'source' hides a field. | 37 | |
| coding | HiddenField | 'target' hides a field. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 38 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 38 | |
| coding | HiddenField | 'provider' hides a field. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter source should be final. | 50 | |
| coding | HiddenField | 'source' hides a field. | 50 | |
| misc | FinalParameters | Parameter target should be final. | 50 | |
| coding | HiddenField | 'target' hides a field. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | HiddenField | 'patch' hides a field. | 36 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 36 | |
| coding | HiddenField | 'provider' hides a field. | 37 | |
| design | DesignForExtension | Method 'apply' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| misc | FinalParameters | Parameter valueToApplyPatchOn should be final. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter valueToApplyPatchOn should be final. | 48 | |
| misc | FinalParameters | Parameter patch should be final. | 48 | |
| coding | HiddenField | 'patch' hides a field. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter jsonObject should be final. | 63 | |
| misc | FinalParameters | Parameter patch should be final. | 63 | |
| coding | HiddenField | 'patch' hides a field. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 75 | |
| design | DesignForExtension | Method 'toJsonValue' is not designed for extension - needs to be abstract, final or empty. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | HiddenField | 'maxBigDecimalScale' hides a field. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 49 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 50 | |
| coding | HiddenField | 'rejectDuplicateKeysMode' hides a field. | 50 | |
| coding | HiddenField | 'provider' hides a field. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 59 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 60 | |
| coding | HiddenField | 'rejectDuplicateKeysMode' hides a field. | 60 | |
| coding | HiddenField | 'provider' hides a field. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 127 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 168 | |
| misc | FinalParameters | Parameter builder should be final. | 174 | |
| misc | FinalParameters | Parameter name should be final. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 186 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 190 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 103). | 35 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | HiddenField | 'provider' hides a field. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 93). | 35 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | HiddenField | 'provider' hides a field. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 72 | |
| design | DesignForExtension | Method 'getValueBufferProvider' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 103 | |
| design | DesignForExtension | Method 'createParser' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| design | DesignForExtension | Method 'createParser' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| design | DesignForExtension | Method 'createParser' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 117 | |
| design | DesignForExtension | Method 'createParser' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| design | DesignForExtension | Method 'createParser' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| design | DesignForExtension | Method 'getConfigInUse' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| design | DesignForExtension | Method 'createInternalParser' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 142 | |
| design | DesignForExtension | Method 'createInternalParser' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| design | DesignForExtension | Method 'createInternalParser' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | HiddenField | 'provider' hides a field. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | HiddenField | 'provider' hides a field. | 40 | |
| misc | FinalParameters | Parameter initialData should be final. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 48 | |
| misc | FinalParameters | Parameter path should be final. | 63 | |
| misc | FinalParameters | Parameter value should be final. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 65 | |
| misc | FinalParameters | Parameter path should be final. | 72 | |
| misc | FinalParameters | Parameter value should be final. | 72 | |
| misc | FinalParameters | Parameter path should be final. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| misc | FinalParameters | Parameter path should be final. | 82 | |
| misc | FinalParameters | Parameter value should be final. | 82 | |
| misc | FinalParameters | Parameter path should be final. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 89 | |
| misc | FinalParameters | Parameter path should be final. | 97 | |
| misc | FinalParameters | Parameter value should be final. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 98 | |
| misc | FinalParameters | Parameter path should be final. | 105 | |
| misc | FinalParameters | Parameter value should be final. | 105 | |
| misc | FinalParameters | Parameter path should be final. | 110 | |
| misc | FinalParameters | Parameter value should be final. | 110 | |
| misc | FinalParameters | Parameter path should be final. | 115 | |
| misc | FinalParameters | Parameter value should be final. | 115 | |
| misc | FinalParameters | Parameter path should be final. | 121 | |
| misc | FinalParameters | Parameter from should be final. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 122 | |
| misc | FinalParameters | Parameter path should be final. | 130 | |
| misc | FinalParameters | Parameter from should be final. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 131 | |
| misc | FinalParameters | Parameter path should be final. | 139 | |
| misc | FinalParameters | Parameter value should be final. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 140 | |
| misc | FinalParameters | Parameter path should be final. | 147 | |
| misc | FinalParameters | Parameter value should be final. | 147 | |
| misc | FinalParameters | Parameter path should be final. | 152 | |
| misc | FinalParameters | Parameter value should be final. | 152 | |
| misc | FinalParameters | Parameter path should be final. | 157 | |
| misc | FinalParameters | Parameter value should be final. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| misc | FinalParameters | Parameter operation should be final. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| misc | FinalParameters | Parameter value should be final. | 173 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| misc | FinalParameters | Parameter value should be final. | 177 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| misc | FinalParameters | Parameter value should be final. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | HiddenField | 'provider' hides a field. | 38 | |
| coding | HiddenField | 'source' hides a field. | 38 | |
| coding | HiddenField | 'target' hides a field. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter patchBuilder should be final. | 52 | |
| misc | FinalParameters | Parameter basePath should be final. | 52 | |
| misc | FinalParameters | Parameter source should be final. | 52 | |
| coding | HiddenField | 'source' hides a field. | 52 | |
| misc | FinalParameters | Parameter target should be final. | 52 | |
| coding | HiddenField | 'target' hides a field. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 56 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter patchBuilder should be final. | 62 | |
| misc | FinalParameters | Parameter basePath should be final. | 62 | |
| misc | FinalParameters | Parameter source should be final. | 62 | |
| coding | HiddenField | 'source' hides a field. | 62 | |
| misc | FinalParameters | Parameter target should be final. | 62 | |
| coding | HiddenField | 'target' hides a field. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter patchBuilder should be final. | 80 | |
| misc | FinalParameters | Parameter basePath should be final. | 80 | |
| misc | FinalParameters | Parameter source should be final. | 80 | |
| coding | HiddenField | 'source' hides a field. | 80 | |
| misc | FinalParameters | Parameter target should be final. | 80 | |
| coding | HiddenField | 'target' hides a field. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | HiddenField | 'provider' hides a field. | 46 | |
| coding | HiddenField | 'patches' hides a field. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | HiddenField | 'provider' hides a field. | 50 | |
| coding | HiddenField | 'patches' hides a field. | 50 | |
| misc | FinalParameters | Parameter target should be final. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 98 | |
| misc | FinalParameters | Parameter o should be final. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 131 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| coding | HiddenField | 'provider' hides a field. | 163 | |
| coding | HiddenField | 'operation' hides a field. | 164 | |
| coding | HiddenField | 'path' hides a field. | 165 | |
| coding | HiddenField | 'from' hides a field. | 166 | |
| coding | HiddenField | 'value' hides a field. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 175 | |
| misc | FinalParameters | Parameter o should be final. | 186 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 205 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 205 | |
| coding | MagicNumber | '31' is a magic number. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 215 | |
| coding | MagicNumber | '31' is a magic number. | 215 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 216 | |
| coding | MagicNumber | '31' is a magic number. | 216 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 216 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 53 | |
| coding | HiddenField | 'provider' hides a field. | 53 | |
| coding | HiddenField | 'jsonPointer' hides a field. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 58 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| misc | FinalParameters | Parameter obj should be final. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 92 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 102 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| misc | FinalParameters | Parameter target should be final. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 119 | |
| design | DesignForExtension | Method 'containsValue' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| misc | FinalParameters | Parameter target should be final. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 157 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| misc | FinalParameters | Parameter target should be final. | 159 | |
| misc | FinalParameters | Parameter value should be final. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 178 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| misc | FinalParameters | Parameter target should be final. | 181 | |
| misc | FinalParameters | Parameter value should be final. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 197 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| misc | FinalParameters | Parameter target should be final. | 200 | |
| misc | FinalParameters | Parameter value should be final. | 200 | |
| design | DesignForExtension | Method 'replace' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| misc | FinalParameters | Parameter target should be final. | 217 | |
| misc | FinalParameters | Parameter value should be final. | 217 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 225 | |
| design | DesignForExtension | Method 'replace' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| misc | FinalParameters | Parameter target should be final. | 236 | |
| misc | FinalParameters | Parameter value should be final. | 236 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 240 | |
| design | DesignForExtension | Method 'replace' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| misc | FinalParameters | Parameter target should be final. | 251 | |
| misc | FinalParameters | Parameter value should be final. | 251 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 256 | |
| design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| misc | FinalParameters | Parameter target should be final. | 264 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 272 | |
| design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| misc | FinalParameters | Parameter target should be final. | 281 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 288 | |
| design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| misc | FinalParameters | Parameter target should be final. | 297 | |
| design | DesignForExtension | Method 'getJsonPointer' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 309 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 310 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 315 | |
| misc | FinalParameters | Parameter target should be final. | 315 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 319 | |
| misc | FinalParameters | Parameter target should be final. | 319 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 330 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 330 | |
| misc | FinalParameters | Parameter jsonValue should be final. | 330 | |
| misc | FinalParameters | Parameter referenceToken should be final. | 330 | |
| misc | FinalParameters | Parameter currentPosition should be final. | 330 | |
| misc | FinalParameters | Parameter referencePosition should be final. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| misc | FinalParameters | Parameter jsonValue should be final. | 357 | |
| misc | FinalParameters | Parameter newValue should be final. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 364 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 364 | |
| misc | FinalParameters | Parameter jsonValue should be final. | 364 | |
| misc | FinalParameters | Parameter newValue should be final. | 364 | |
| misc | FinalParameters | Parameter currentPath should be final. | 364 | |
| misc | FinalParameters | Parameter check should be final. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 398 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 412 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 420 | |
| misc | FinalParameters | Parameter currentPath should be final. | 420 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 421 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 422 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 426 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 427 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 430 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 439 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 441 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 457 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 461 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 462 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 474 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 474 | |
| misc | FinalParameters | Parameter referenceToken should be final. | 474 | |
| misc | FinalParameters | Parameter jsonArray should be final. | 474 | |
| misc | FinalParameters | Parameter addOperation should be final. | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 480 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 488 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 492 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 496 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 496 | |
| misc | FinalParameters | Parameter target should be final. | 496 | |
| misc | FinalParameters | Parameter size should be final. | 496 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 503 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 507 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 507 | |
| misc | FinalParameters | Parameter referenceToken should be final. | 507 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 509 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 512 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 516 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 516 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 517 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 520 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 523 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocMethod | Expected an @return tag. | 29 | |
| misc | FinalParameters | Parameter s should be final. | 29 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocMethod | Expected an @return tag. | 39 | |
| misc | FinalParameters | Parameter s should be final. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 58 | |
| coding | MagicNumber | '1024' is a magic number. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| coding | MagicNumber | '1_000' is a magic number. | 66 | |
| design | DesignForExtension | Method 'createParser' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| design | DesignForExtension | Method 'createParser' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| design | DesignForExtension | Method 'createReader' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| design | DesignForExtension | Method 'createReader' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| design | DesignForExtension | Method 'createParserFactory' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 89 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 89 | |
| design | DesignForExtension | Method 'createReaderFactory' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 94 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 94 | |
| design | DesignForExtension | Method 'createGenerator' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| design | DesignForExtension | Method 'createGenerator' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| design | DesignForExtension | Method 'createGeneratorFactory' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 109 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 109 | |
| design | DesignForExtension | Method 'createWriter' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| design | DesignForExtension | Method 'createWriter' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| design | DesignForExtension | Method 'createWriterFactory' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 124 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 124 | |
| design | DesignForExtension | Method 'createObjectBuilder' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| design | DesignForExtension | Method 'createObjectBuilder' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| misc | FinalParameters | Parameter jsonObject should be final. | 133 | |
| design | DesignForExtension | Method 'createObjectBuilder' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| misc | FinalParameters | Parameter initialValues should be final. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 139 | |
| design | DesignForExtension | Method 'createArrayBuilder' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| design | DesignForExtension | Method 'createArrayBuilder' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| misc | FinalParameters | Parameter initialData should be final. | 148 | |
| design | DesignForExtension | Method 'createArrayBuilder' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| misc | FinalParameters | Parameter initialData should be final. | 153 | |
| design | DesignForExtension | Method 'createValue' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| design | DesignForExtension | Method 'createValue' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| design | DesignForExtension | Method 'createValue' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| design | DesignForExtension | Method 'createValue' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| design | DesignForExtension | Method 'createValue' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| design | DesignForExtension | Method 'createValue' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| misc | FinalParameters | Parameter number should be final. | 183 | |
| design | DesignForExtension | Method 'createValue' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| design | DesignForExtension | Method 'createBuilderFactory' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 193 | |
| coding | HiddenField | 'builderFactory' hides a field. | 194 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 195 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 196 | |
| design | DesignForExtension | Method 'createPatchBuilder' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| design | DesignForExtension | Method 'createPatchBuilder' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| misc | FinalParameters | Parameter initialData should be final. | 205 | |
| design | DesignForExtension | Method 'createPointer' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| misc | FinalParameters | Parameter path should be final. | 210 | |
| design | DesignForExtension | Method 'createPatch' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| misc | FinalParameters | Parameter array should be final. | 215 | |
| design | DesignForExtension | Method 'createDiff' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| misc | FinalParameters | Parameter source should be final. | 220 | |
| misc | FinalParameters | Parameter target should be final. | 220 | |
| design | DesignForExtension | Method 'createMergePatch' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| misc | FinalParameters | Parameter patch should be final. | 225 | |
| design | DesignForExtension | Method 'createMergeDiff' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| misc | FinalParameters | Parameter source should be final. | 230 | |
| misc | FinalParameters | Parameter target should be final. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 231 | |
| design | DesignForExtension | Method 'getMaxBigDecimalScale' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| design | DesignForExtension | Method 'setMaxBigDecimalScale' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| coding | HiddenField | 'maxBigDecimalScale' hides a field. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 243 | |
| design | FinalClass | Class Cached should be declared as final. | 246 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 247 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| coding | HiddenField | 'delegate' hides a field. | 250 | |
| design | DesignForExtension | Method 'checkBigDecimalScale' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 86). | 32 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | HiddenField | 'provider' hides a field. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | HiddenField | 'parser' hides a field. | 45 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 46 | |
| coding | HiddenField | 'rejectDuplicateKeysMode' hides a field. | 46 | |
| coding | HiddenField | 'provider' hides a field. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 53 | |
| coding | HiddenField | 'parser' hides a field. | 56 | |
| misc | FinalParameters | Parameter subStreamReader should be final. | 56 | |
| coding | HiddenField | 'subStreamReader' hides a field. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 57 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'rejectDuplicateKeys'. | 58 | |
| coding | HiddenField | 'provider' hides a field. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'provider'. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 64 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| design | DesignForExtension | Method 'readValue' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 141 | |
| design | DesignForExtension | Method 'readObject' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| design | DesignForExtension | Method 'readArray' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 161 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 254 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 287 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 86). | 36 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | HiddenField | 'previous' hides a field. | 115 | |
| coding | HiddenField | 'isArray' hides a field. | 115 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 126 | |
| misc | FinalParameters | Parameter buffer should be final. | 126 | |
| coding | HiddenField | 'buffer' hides a field. | 126 | |
| misc | FinalParameters | Parameter length should be final. | 126 | |
| coding | HiddenField | 'length' hides a field. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 134 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 135 | |
| coding | HiddenField | 'autoAdjust' hides a field. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 142 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 143 | |
| coding | HiddenField | 'autoAdjust' hides a field. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 149 | |
| coding | HiddenField | 'autoAdjust' hides a field. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 155 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 156 | |
| coding | HiddenField | 'autoAdjust' hides a field. | 156 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 160 | |
| coding | MagicNumber | '8192' is a magic number. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 200 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 228 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 239 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| coding | MagicNumber | '48' is a magic number. | 276 | |
| coding | MagicNumber | '87' is a magic number. | 278 | |
| coding | MagicNumber | '55' is a magic number. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 296 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 360 | |
| misc | FinalParameters | Parameter c should be final. | 360 | |
| design | DesignForExtension | Method 'currentEvent' is not designed for extension - needs to be abstract, final or empty. | 385 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 388 | |
| design | DesignForExtension | Method 'current' is not designed for extension - needs to be abstract, final or empty. | 392 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 401 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 427 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 428 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 464 | |
| design | DesignForExtension | Method 'defaultHandling' is not designed for extension - needs to be abstract, final or empty. | 512 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 512 | |
| misc | FinalParameters | Parameter c should be final. | 512 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 516 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 519 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 530 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 533 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 539 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 543 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 546 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 547 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 560 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 563 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 566 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 574 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 577 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 583 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 586 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 589 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 603 | |
| design | DesignForExtension | Method 'isInArray' is not designed for extension - needs to be abstract, final or empty. | 606 | |
| design | DesignForExtension | Method 'isInObject' is not designed for extension - needs to be abstract, final or empty. | 612 | |
| design | DesignForExtension | Method 'getCharArrayProvider' is not designed for extension - needs to be abstract, final or empty. | 617 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 624 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 625 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 626 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 634 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 634 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 665 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 665 | |
| blocks | EmptyBlock | Must have at least one statement. | 665 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 676 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 692 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 710 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 711 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 713 | |
| coding | MagicNumber | '4096' is a magic number. | 713 | |
| coding | MagicNumber | '256' is a magic number. | 713 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 714 | |
| coding | MagicNumber | '16' is a magic number. | 714 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 718 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 720 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 723 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 724 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 725 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 726 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 738 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 743 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 746 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 748 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 749 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 752 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 759 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 760 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 770 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 772 | |
| coding | MagicNumber | '48' is a magic number. | 778 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 794 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 822 | |
| blocks | EmptyBlock | Must have at least one statement. | 822 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 828 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 828 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 830 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 832 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 835 | |
| coding | MagicNumber | '48' is a magic number. | 835 | |
| coding | MagicNumber | '57' is a magic number. | 835 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 837 | |
| coding | MagicNumber | '48' is a magic number. | 837 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 842 | |
| coding | MagicNumber | '48' is a magic number. | 844 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 854 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 868 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 871 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 886 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 889 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 892 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 896 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 900 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 903 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 907 | |
| design | DesignForExtension | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 912 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 914 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 917 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 918 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 918 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 919 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 921 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 925 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 927 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 932 | |
| coding | HiddenField | 'buffer' hides a field. | 936 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 941 | |
| design | DesignForExtension | Method 'isIntegralNumber' is not designed for extension - needs to be abstract, final or empty. | 954 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 958 | |
| design | DesignForExtension | Method 'isNotTooLong' is not designed for extension - needs to be abstract, final or empty. | 964 | |
| coding | MagicNumber | '19' is a magic number. | 966 | |
| design | DesignForExtension | Method 'getInt' is not designed for extension - needs to be abstract, final or empty. | 969 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 972 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 973 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 977 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 978 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 978 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 979 | |
| design | DesignForExtension | Method 'getLong' is not designed for extension - needs to be abstract, final or empty. | 990 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 993 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 994 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 998 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 999 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 999 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1000 | |
| design | DesignForExtension | Method 'isFitLong' is not designed for extension - needs to be abstract, final or empty. | 1012 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1019 | |
| coding | MagicNumber | '18' is a magic number. | 1021 | |
| design | DesignForExtension | Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. | 1024 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1027 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1030 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1035 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 1036 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1036 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1037 | |
| design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 1040 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 1045 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1060 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1068 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1069 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1069 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1073 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1082 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1087 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1088 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1088 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1092 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1104 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1110 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1115 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 1117 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 1118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1121 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1126 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 1128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | HiddenField | 'value' hides a field. | 30 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 59 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 70 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 85). | 36 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | HiddenField | 'generator' hides a field. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| coding | MagicNumber | '4' is a magic number. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 43 | |
| javadoc | JavadocMethod | Expected an @return tag. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'inputStream'. | 45 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 45 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 58 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 59 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 60 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 63 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 88 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 99 | |
| coding | MagicNumber | '0xFF' is a magic number. | 102 | |
| coding | MagicNumber | '0xFF' is a magic number. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 105 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 105 | |
| coding | MagicNumber | '0xFF' is a magic number. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 108 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 121 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 124 | |
| coding | MagicNumber | '0xFE' is a magic number. | 124 | |
| coding | MagicNumber | '0xFF' is a magic number. | 124 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 126 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 126 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 127 | |
| coding | MagicNumber | '0xFF' is a magic number. | 127 | |
| coding | MagicNumber | '0xFE' is a magic number. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 128 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 128 | |
| coding | MagicNumber | '3' is a magic number. | 128 | |
| whitespace | WhitespaceAround | '&' is not preceded with whitespace. | 128 | |
| whitespace | WhitespaceAround | '&' is not followed by whitespace. | 128 | |
| coding | MagicNumber | '0xff' is a magic number. | 128 | |
| coding | MagicNumber | '3' is a magic number. | 128 | |
| whitespace | WhitespaceAround | '&' is not preceded with whitespace. | 128 | |
| whitespace | WhitespaceAround | '&' is not followed by whitespace. | 128 | |
| coding | MagicNumber | '0xff' is a magic number. | 128 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 130 | |
| coding | MagicNumber | '4' is a magic number. | 130 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 131 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 131 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 133 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 135 | |
| coding | MagicNumber | '0xEF' is a magic number. | 135 | |
| coding | MagicNumber | '0xBB' is a magic number. | 135 | |
| whitespace | WhitespaceAround | '&' is not preceded with whitespace. | 135 | |
| whitespace | WhitespaceAround | '&' is not followed by whitespace. | 135 | |
| coding | MagicNumber | '0xff' is a magic number. | 135 | |
| coding | MagicNumber | '0xBF' is a magic number. | 135 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 137 | |
| coding | MagicNumber | '3' is a magic number. | 137 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 141 | |
| coding | MagicNumber | '4' is a magic number. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 143 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 151 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 151 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 57 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 57 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | HiddenField | 'put' hides a field. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | HiddenField | 'value' hides a field. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| coding | HiddenField | 'max' hides a field. | 56 | |
| coding | HiddenField | 'generatorFactory' hides a field. | 56 | |
| design | DesignForExtension | Method 'of' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 81 | |
| javadoc | JavadocMethod | Expected an @return tag. | 88 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 115 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 138 | |
| design | FinalClass | Class Buffer should be declared as final. | 176 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 191 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 195 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 254 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 274 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 296 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 297 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 300 | |
| coding | HiddenField | 'max' hides a field. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 305 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 305 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 306 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 347 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 361 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 362 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 363 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 364 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 366 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 366 | |
| coding | HiddenField | 'max' hides a field. | 366 | |
| coding | HiddenField | 'writer' hides a field. | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 407 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 407 | |
| coding | HiddenField | 'mode' hides a field. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 420 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 433 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Strings should be declared as final. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 55 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 58 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | HiddenField | 'defaultSize' hides a field. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | HiddenField | 'defaultSize' hides a field. | 38 | |
| design | DesignForExtension | Method 'getCache' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'release' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 42 | |
| javadoc | JavadocMethod | Expected an @return tag. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 44 | |
| design | DesignForExtension | Method 'findParameterizedType' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| misc | FinalParameters | Parameter klass should be final. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 44 | |
| misc | FinalParameters | Parameter parameterizedClass should be final. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameterizedClass'. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter type should be final. | 48 | |
| misc | FinalParameters | Parameter parameterizedClass should be final. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter type should be final. | 58 | |
| misc | FinalParameters | Parameter parameterizedClass should be final. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter type should be final. | 77 | |
| misc | FinalParameters | Parameter parameterizedClass should be final. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 85 | |
| design | FinalClass | Class ParameterizedTypeImpl should be declared as final. | 94 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | HiddenField | 'rawType' hides a field. | 99 | |
| coding | HiddenField | 'arguments' hides a field. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 121 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 132 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 129). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 55 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 60 | |
| design | DesignForExtension | Method 'flush' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| misc | FinalParameters | Parameter cbuf should be final. | 75 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 90 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 97). | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter index should be final. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter index should be final. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter index should be final. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter index should be final. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter index should be final. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter index should be final. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter index should be final. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| misc | FinalParameters | Parameter index should be final. | 136 | |
| misc | FinalParameters | Parameter array should be final. | 153 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 163 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 168 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 173 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 178 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 183 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 188 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 193 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 45 | |
| misc | FinalParameters | Parameter className should be final. | 45 | |
| misc | FinalParameters | Parameter ignoreBrokenClasses should be final. | 45 |