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 | 28 | |
| FinalClass | 1 | ||
| InterfaceIsType | 1 | ||
| VisibilityModifier | 9 | ||
| javadoc | JavadocMethod | 132 | |
JavadocPackage
|
1 | ||
| JavadocType | 45 | ||
| JavadocVariable | 164 | ||
| misc | FinalParameters | 9 | |
| NewlineAtEndOfFile | 1 | ||
| modifier | ModifierOrder | 3 | |
| RedundantModifier | 14 | ||
| regexp | RegexpSingleline
|
82 | |
| sizes | LineLength | 263 | |
| whitespace | NoWhitespaceAfter | 3 | |
| WhitespaceAfter | 8 | ||
| WhitespaceAround | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| 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. | 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 87). | 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 89). | 34 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'createGenerator' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'createGenerator' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| design | DesignForExtension | Method 'createGenerator' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 112 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 114 | |
| design | DesignForExtension | Method 'getConfigInUse' is not designed for extension - needs to be abstract, final or empty. | 117 |
| 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 | 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 |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
| 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 |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 69 |
| 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 | |
| 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. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 174 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| coding | MagicNumber | '48' is a magic number. | 215 | |
| coding | MagicNumber | '87' is a magic number. | 217 | |
| coding | MagicNumber | '55' is a magic number. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 235 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 339 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 414 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 420 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 431 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 435 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 439 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 443 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 454 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 457 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 460 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 468 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 472 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 475 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 478 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 495 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 496 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 497 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 504 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 536 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 536 | |
| blocks | EmptyBlock | Must have at least one statement. | 536 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 547 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 580 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 598 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 602 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 603 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 604 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 605 | |
| coding | MagicNumber | '4096' is a magic number. | 605 | |
| coding | MagicNumber | '256' is a magic number. | 605 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 606 | |
| coding | MagicNumber | '16' is a magic number. | 606 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 610 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 612 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 615 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 627 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 632 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 635 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 637 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 638 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 641 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 648 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 649 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 659 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 661 | |
| coding | MagicNumber | '48' is a magic number. | 667 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 683 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 711 | |
| blocks | EmptyBlock | Must have at least one statement. | 711 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 719 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 721 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 724 | |
| coding | MagicNumber | '48' is a magic number. | 724 | |
| coding | MagicNumber | '57' is a magic number. | 724 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 726 | |
| coding | MagicNumber | '48' is a magic number. | 726 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 731 | |
| coding | MagicNumber | '48' is a magic number. | 733 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 743 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 757 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 760 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 775 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 778 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 781 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 785 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 789 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 792 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 796 | |
| design | DesignForExtension | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 801 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 803 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 805 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 806 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 806 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 807 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 809 | |
| design | DesignForExtension | Method 'isIntegralNumber' is not designed for extension - needs to be abstract, final or empty. | 813 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 817 | |
| design | DesignForExtension | Method 'getInt' is not designed for extension - needs to be abstract, final or empty. | 823 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 826 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 830 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 831 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 831 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 832 | |
| design | DesignForExtension | Method 'getLong' is not designed for extension - needs to be abstract, final or empty. | 843 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 846 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 850 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 851 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 851 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 852 | |
| design | DesignForExtension | Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. | 864 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 867 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 873 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 874 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 874 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 875 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 877 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 877 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 878 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 881 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 884 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 885 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 885 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 886 | |
| design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 891 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 896 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 904 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 910 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 911 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 911 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 915 | |
| coding | MagicNumber | '10' is a magic number. | 916 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 924 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 929 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 930 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 930 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 934 | |
| coding | MagicNumber | '10' is a magic number. | 935 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 943 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 946 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 948 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 952 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 953 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 957 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 959 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 963 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 965 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 968 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 970 |
| 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 |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 72 |
| 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 |