The following document contains the results of Checkstyle 5.7. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | AvoidNestedBlocks | 1 | |
| EmptyBlock | 2 | ||
| coding | AvoidInlineConditionals | 25 | |
| HiddenField | 26 | ||
| InnerAssignment | 25 | ||
| MagicNumber | 40 | ||
| design | DesignForExtension | 33 | |
| FinalClass | 1 | ||
| InterfaceIsType | 1 | ||
| VisibilityModifier | 11 | ||
| javadoc | JavadocMethod | 136 | |
JavadocPackage
|
1 | ||
| JavadocType | 47 | ||
| JavadocVariable | 167 | ||
| misc | FinalParameters | 13 | |
| NewlineAtEndOfFile | 1 | ||
| modifier | ModifierOrder | 3 | |
| RedundantModifier | 14 | ||
| regexp | RegexpSingleline
|
75 | |
| sizes | LineLength | 284 | |
| whitespace | NoWhitespaceAfter | 3 | |
| WhitespaceAfter | 8 | ||
| WhitespaceAround | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'internalConfig' must be private and have accessor methods. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter supportedConfigKeys should be final. | 38 | |
| misc | FinalParameters | Parameter defaultSupportedConfigKeys should be final. | 38 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 50 | |
| design | DesignForExtension | Method 'getBufferProvider' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 59 | |
| design | DesignForExtension | Method 'getInt' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'getBool' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 73 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| 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 | |
| misc | FinalParameters | Parameter size should be final. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 95 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 111 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 111 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| design | VisibilityModifier | Variable 'buffer' must be private and have accessor methods. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 131 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 131 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 131 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| misc | FinalParameters | Parameter defaultSize should be final. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 156 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| misc | FinalParameters | Parameter size should be final. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 167 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| misc | FinalParameters | Parameter size should be final. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 184 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| coding | HiddenField | 'size' hides a field. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 202 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| coding | HiddenField | 'size' hides a field. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 220 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 220 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 220 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 222 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| coding | HiddenField | 'size' hides a field. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| coding | HiddenField | 'size' hides a field. | 228 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| misc | FinalParameters | Parameter size should be final. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 256 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| misc | FinalParameters | Parameter size should be final. | 262 |
| 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 98). | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 44 | |
| design | DesignForExtension | Method 'defaultHandling' is not designed for extension - needs to be abstract, final or empty. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| misc | FinalParameters | Parameter value should be final. | 102 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 107 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 107 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 121 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 88). | 32 | |
| javadoc | JavadocType | 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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 44 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 89 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 178 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| 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. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | HiddenField | 'value' hides a field. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 34 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 54 | |
| design | DesignForExtension | Method 'createGenerator' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| design | DesignForExtension | Method 'createGenerator' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'createGenerator' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 | |
| design | DesignForExtension | Method 'getConfigInUse' is not designed for extension - needs to be abstract, final or empty. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | VisibilityModifier | Variable 'needComma' must be private and have accessor methods. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| design | VisibilityModifier | Variable 'depth' must be private and have accessor methods. | 55 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 58 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'previous' must be private and have accessor methods. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | VisibilityModifier | Variable 'isArray' must be private and have accessor methods. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | HiddenField | 'previous' hides a field. | 62 | |
| coding | HiddenField | 'isArray' hides a field. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | HiddenField | 'writer' hides a field. | 69 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 415 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 511 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 539 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 545 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 551 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 556 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 561 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 575 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 577 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 585 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 624 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 634 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 635 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 637 | |
| coding | MagicNumber | '4' is a magic number. | 640 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 645 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 682 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 720 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 729 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 730 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 731 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 732 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 736 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 737 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 738 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 742 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 747 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 748 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 750 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 756 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 760 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 785 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 786 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 787 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 788 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 791 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 792 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 793 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 794 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 797 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 798 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 861 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 222 |
| 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 | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | HiddenField | 'value' hides a field. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 95 |
| 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 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 95 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 98 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| misc | FinalParameters | Parameter name should be final. | 102 | |
| misc | FinalParameters | Parameter value should be final. | 102 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 102 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 107 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 107 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 121 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 125 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 103). | 34 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 155 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 86). | 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 118). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | DesignForExtension | Method 'createParser' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| design | DesignForExtension | Method 'createParser' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| design | DesignForExtension | Method 'createParserFactory' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 55 | |
| design | DesignForExtension | Method 'createGenerator' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| design | DesignForExtension | Method 'createGenerator' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| design | DesignForExtension | Method 'createGeneratorFactory' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 70 | |
| design | DesignForExtension | Method 'createReader' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| design | DesignForExtension | Method 'createReader' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| design | DesignForExtension | Method 'createWriter' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| design | DesignForExtension | Method 'createWriter' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| design | DesignForExtension | Method 'createWriterFactory' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 95 | |
| design | DesignForExtension | Method 'createReaderFactory' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 100 | |
| design | DesignForExtension | Method 'createObjectBuilder' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| design | DesignForExtension | Method 'createArrayBuilder' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| design | DesignForExtension | Method 'createBuilderFactory' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 115 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 123 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 148 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 153 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 168 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 183 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 198 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 86). | 33 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 56 |
| 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 | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | HiddenField | 'parser' hides a field. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 105 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 165 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | VisibilityModifier | Variable 'previous' must be private and have accessor methods. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| design | VisibilityModifier | Variable 'isArray' must be private and have accessor methods. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | HiddenField | 'previous' hides a field. | 103 | |
| coding | HiddenField | 'isArray' hides a field. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 112 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 119 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 131 | |
| coding | HiddenField | 'bufferProvider' hides a field. | 131 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 133 | |
| coding | MagicNumber | '8192' is a magic number. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 173 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| coding | MagicNumber | '48' is a magic number. | 214 | |
| coding | MagicNumber | '87' is a magic number. | 216 | |
| coding | MagicNumber | '55' is a magic number. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 234 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| misc | FinalParameters | Parameter c should be final. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 338 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 372 | |
| design | DesignForExtension | Method 'defaultHandling' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 419 | |
| misc | FinalParameters | Parameter c should be final. | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 423 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 426 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 437 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 441 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 445 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 449 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 460 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 466 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 474 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 478 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 481 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 484 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 496 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 501 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 502 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 503 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 511 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 511 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 543 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 543 | |
| blocks | EmptyBlock | Must have at least one statement. | 543 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 554 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 570 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 593 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 615 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 616 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 617 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 618 | |
| coding | MagicNumber | '4096' is a magic number. | 618 | |
| coding | MagicNumber | '256' is a magic number. | 618 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 619 | |
| coding | MagicNumber | '16' is a magic number. | 619 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 623 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 625 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 628 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 640 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 645 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 648 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 650 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 651 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 654 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 661 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 662 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 672 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 674 | |
| coding | MagicNumber | '48' is a magic number. | 680 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 696 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 724 | |
| blocks | EmptyBlock | Must have at least one statement. | 724 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 732 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 734 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 737 | |
| coding | MagicNumber | '48' is a magic number. | 737 | |
| coding | MagicNumber | '57' is a magic number. | 737 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 739 | |
| coding | MagicNumber | '48' is a magic number. | 739 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 744 | |
| coding | MagicNumber | '48' is a magic number. | 746 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 756 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 770 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 773 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 788 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 791 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 794 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 798 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 802 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 805 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 809 | |
| design | DesignForExtension | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 814 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 816 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 818 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 819 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 819 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 820 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 822 | |
| design | DesignForExtension | Method 'isIntegralNumber' is not designed for extension - needs to be abstract, final or empty. | 826 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 830 | |
| design | DesignForExtension | Method 'getInt' is not designed for extension - needs to be abstract, final or empty. | 836 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 839 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 840 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 843 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 844 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 844 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 845 | |
| design | DesignForExtension | Method 'getLong' is not designed for extension - needs to be abstract, final or empty. | 856 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 859 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 860 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 863 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 864 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 864 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 865 | |
| design | DesignForExtension | Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. | 877 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 880 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 883 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 886 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 887 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 887 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 888 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 890 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 890 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 891 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 894 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 897 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 898 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 898 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 899 | |
| design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 904 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 909 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 917 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 923 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 924 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 924 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 928 | |
| coding | MagicNumber | '10' is a magic number. | 929 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 937 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 942 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 943 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 943 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 947 | |
| coding | MagicNumber | '10' is a magic number. | 948 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 956 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 959 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 961 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 965 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 966 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 970 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 972 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 976 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 978 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 981 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 983 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | HiddenField | 'value' hides a field. | 29 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 56 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 85). | 35 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 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. | 29 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | HiddenField | 'generator' hides a field. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '4' is a magic number. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| 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. | 48 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 49 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 53 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 54 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 55 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 58 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 83 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 83 | |
| coding | MagicNumber | '0xFF' is a magic number. | 86 | |
| coding | MagicNumber | '0xFF' is a magic number. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 89 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 89 | |
| coding | MagicNumber | '0xFF' is a magic number. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 92 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 105 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 108 | |
| coding | MagicNumber | '0xFE' is a magic number. | 108 | |
| coding | MagicNumber | '0xFF' is a magic number. | 108 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 110 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 111 | |
| coding | MagicNumber | '0xFF' is a magic number. | 111 | |
| coding | MagicNumber | '0xFE' is a magic number. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 112 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 112 | |
| coding | MagicNumber | '3' is a magic number. | 112 | |
| whitespace | WhitespaceAround | '&' is not preceded with whitespace. | 112 | |
| whitespace | WhitespaceAround | '&' is not followed by whitespace. | 112 | |
| coding | MagicNumber | '0xff' is a magic number. | 112 | |
| coding | MagicNumber | '3' is a magic number. | 112 | |
| whitespace | WhitespaceAround | '&' is not preceded with whitespace. | 112 | |
| whitespace | WhitespaceAround | '&' is not followed by whitespace. | 112 | |
| coding | MagicNumber | '0xff' is a magic number. | 112 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 114 | |
| coding | MagicNumber | '4' is a magic number. | 114 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 114 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 115 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 115 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 117 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 119 | |
| coding | MagicNumber | '0xEF' is a magic number. | 119 | |
| coding | MagicNumber | '0xBB' is a magic number. | 119 | |
| whitespace | WhitespaceAround | '&' is not preceded with whitespace. | 119 | |
| whitespace | WhitespaceAround | '&' is not followed by whitespace. | 119 | |
| coding | MagicNumber | '0xff' is a magic number. | 119 | |
| coding | MagicNumber | '0xBF' is a magic number. | 119 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 121 | |
| coding | MagicNumber | '3' is a magic number. | 121 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 125 | |
| coding | MagicNumber | '4' is a magic number. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 135 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 135 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 135 |
| 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 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | VisibilityModifier | Variable 'previous' must be private and have accessor methods. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'payload' must be private and have accessor methods. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Strings should be declared as final. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 54 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 57 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 65 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | MagicNumber | '4' is a magic number. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
| 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 |