The following document contains the results of Checkstyle 6.18 with sun_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 81 | 0 | 0 | 2910 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | AvoidNestedBlocks | 2 | |
| EmptyBlock | 2 | ||
| coding | AvoidInlineConditionals | 147 | |
| HiddenField | 217 | ||
| InnerAssignment | 5 | ||
| MagicNumber | 17 | ||
| design | DesignForExtension | 365 | |
| FinalClass | 8 | ||
| VisibilityModifier | 57 | ||
| imports | AvoidStarImport | 1 | |
| javadoc | JavadocMethod | 433 | |
| JavadocPackage | 9 | ||
| JavadocStyle | 6 | ||
| JavadocType | 111 | ||
| JavadocVariable | 239 | ||
| misc | FinalParameters | 60 | |
| NewlineAtEndOfFile | 7 | ||
| TodoComment | 7 | ||
| modifier | ModifierOrder | 8 | |
| RedundantModifier | 6 | ||
| regexp | RegexpSingleline
|
2 | |
| sizes | LineLength | 1091 | |
| MethodLength | 5 | ||
| ParameterNumber | 9 | ||
| whitespace | NoWhitespaceAfter | 1 | |
| NoWhitespaceBefore | 1 | ||
| OperatorWrap | 73 | ||
| ParenPad | 1 | ||
| WhitespaceAfter | 9 | ||
| WhitespaceAround | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 87). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 35 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| 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 | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'generator' must be private and have accessor methods. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | HiddenField | 'delegate' hides a field. | 34 | |
| coding | HiddenField | 'writeStart' hides a field. | 35 | |
| coding | HiddenField | 'writeEnd' hides a field. | 36 | |
| coding | HiddenField | 'keyName' hides a field. | 37 | |
| design | DesignForExtension | Method 'getRawJsonGenerator' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'getJsonGenerator' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 50 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 51 | |
| design | DesignForExtension | Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 55 | |
| coding | HiddenField | 'generator' hides a field. | 55 | |
| design | DesignForExtension | Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 60 | |
| coding | HiddenField | 'generator' hides a field. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | HiddenField | 'generator' hides a field. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'flushIfNeeded' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| design | FinalClass | Class InObjectOrPrimitiveJsonGenerator should be declared as final. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 88 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | HiddenField | 'writeStart' hides a field. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 98 | |
| coding | HiddenField | 'writeEnd' hides a field. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 152 | |
| misc | FinalParameters | Parameter value should be final. | 312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 373 | |
| coding | HiddenField | 'delegate' hides a field. | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 376 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 381 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 385 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 393 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 401 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 401 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 402 | |
| design | VisibilityModifier | Variable 'delegate' must be private and have accessor methods. | 402 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 404 | |
| misc | FinalParameters | Parameter value should be final. | 511 | |
| design | FinalClass | Class SkipLastWriteEndGenerator should be declared as final. | 533 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 533 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 534 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 536 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 551 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 575 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 576 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 577 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 585 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 586 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 588 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 590 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 592 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 592 | |
| design | DesignForExtension | Method 'getRawJsonGenerator' is not designed for extension - needs to be abstract, final or empty. | 597 | |
| design | DesignForExtension | Method 'getJsonGenerator' is not designed for extension - needs to be abstract, final or empty. | 602 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 605 | |
| design | DesignForExtension | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 610 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 45 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 66 | |
| design | FinalClass | Class Snippets should be declared as final. | 75 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 103). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 29 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 113). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 32 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | HiddenField | 'factory' hides a field. | 40 | |
| design | DesignForExtension | Method 'writeStartObject' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| design | DesignForExtension | Method 'writeStartObject' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| design | DesignForExtension | Method 'writeStartArray' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| design | DesignForExtension | Method 'writeStartArray' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'writeKey' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| design | DesignForExtension | Method 'writeNull' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| design | DesignForExtension | Method 'writeNull' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| design | DesignForExtension | Method 'writeEnd' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 256 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| design | DesignForExtension | Method 'getResult' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 279 | |
| design | FinalClass | Class NamedBuilder should be declared as final. | 282 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 282 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 283 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| coding | HiddenField | 'builder' hides a field. | 286 | |
| coding | HiddenField | 'name' hides a field. | 286 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'mappings' must be private and have accessor methods. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'readerFactory' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'generatorFactory' must be private and have accessor methods. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'builderFactory' must be private and have accessor methods. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'closeables' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'charset' must be private and have accessor methods. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | HiddenField | 'readerFactory' hides a field. | 69 | |
| coding | HiddenField | 'generatorFactory' hides a field. | 69 | |
| coding | HiddenField | 'builderFactory' hides a field. | 70 | |
| coding | HiddenField | 'provider' hides a field. | 70 | |
| coding | HiddenField | 'config' hides a field. | 71 | |
| coding | HiddenField | 'closeables' hides a field. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 77 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 77 | |
| design | DesignForExtension | Method 'writeArray' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| design | DesignForExtension | Method 'writeArray' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| design | DesignForExtension | Method 'writeArray' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 111 | |
| design | DesignForExtension | Method 'writeArray' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 115 | |
| design | DesignForExtension | Method 'writeArray' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 117 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 121 | |
| design | DesignForExtension | Method 'writeIterable' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 125 | |
| design | DesignForExtension | Method 'writeIterable' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 127 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 127 | |
| design | DesignForExtension | Method 'toStructure' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 139 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 162 | |
| design | DesignForExtension | Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 182 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 191 | |
| design | DesignForExtension | Method 'writeObjectWithGenerator' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| design | DesignForExtension | Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| coding | HiddenField | 'charset' hides a field. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 207 | |
| design | DesignForExtension | Method 'writeArrayAsString' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| design | DesignForExtension | Method 'writeArrayAsString' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| design | DesignForExtension | Method 'writeObjectAsString' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| design | DesignForExtension | Method 'readObject' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 238 | |
| design | DesignForExtension | Method 'readObject' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| design | DesignForExtension | Method 'readObject' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 271 | |
| design | DesignForExtension | Method 'readObject' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 277 | |
| design | DesignForExtension | Method 'readObject' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 283 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 289 | |
| design | DesignForExtension | Method 'readCollection' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 290 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 290 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 295 | |
| design | DesignForExtension | Method 'readJohnzonCollection' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 299 | |
| design | DesignForExtension | Method 'readJohnzonCollection' is not designed for extension - needs to be abstract, final or empty. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 303 | |
| design | DesignForExtension | Method 'readCollection' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 309 | |
| design | DesignForExtension | Method 'readCollection' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 310 | |
| design | DesignForExtension | Method 'readArray' is not designed for extension - needs to be abstract, final or empty. | 315 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 321 | |
| design | DesignForExtension | Method 'readTypedArray' is not designed for extension - needs to be abstract, final or empty. | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 322 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 322 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 327 | |
| design | DesignForExtension | Method 'readTypedArray' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 333 | |
| design | DesignForExtension | Method 'readTypedArray' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 334 | |
| design | DesignForExtension | Method 'readJsonArray' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 340 | |
| design | DesignForExtension | Method 'readJsonArray' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 346 | |
| design | DesignForExtension | Method 'readArray' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 352 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 352 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 352 | |
| design | DesignForExtension | Method 'readJsonArray' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 358 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 358 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 358 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 363 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 370 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 374 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 375 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 378 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 382 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 383 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 386 | |
| design | DesignForExtension | Method 'getBuilderFactory' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 405 | |
| design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 409 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 90). | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| coding | MagicNumber | '50' is a magic number. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| coding | MagicNumber | '1000' is a magic number. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | HiddenField | 'provider' hides a field. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 250 | |
| design | DesignForExtension | Method 'setEnumConverterFactory' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| coding | HiddenField | 'enumConverterFactory' hides a field. | 250 | |
| design | DesignForExtension | Method 'getAdapters' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 254 | |
| design | DesignForExtension | Method 'setSnippetMaxLength' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| coding | HiddenField | 'snippetMaxLength' hides a field. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 263 | |
| design | DesignForExtension | Method 'setUseShortISO8601Format' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 268 | |
| design | DesignForExtension | Method 'setAdaptersDateTimeFormatter' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 273 | |
| design | DesignForExtension | Method 'setUseBigIntegerStringAdapter' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 278 | |
| design | DesignForExtension | Method 'setUseBigDecimalStringAdapter' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 283 | |
| design | DesignForExtension | Method 'setAdaptersDateTimeFormatterString' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 288 | |
| design | DesignForExtension | Method 'setInterfaceImplementationMapping' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| coding | HiddenField | 'interfaceImplementationMapping' hides a field. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 293 | |
| design | DesignForExtension | Method 'setFailOnUnknownProperties' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| coding | HiddenField | 'failOnUnknownProperties' hides a field. | 293 | |
| design | DesignForExtension | Method 'addCloseable' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 303 | |
| design | DesignForExtension | Method 'setIgnoreFieldsForType' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 308 | |
| design | DesignForExtension | Method 'setSupportGetterForCollections' is not designed for extension - needs to be abstract, final or empty. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| coding | HiddenField | 'useGetterForCollections' hides a field. | 308 | |
| design | DesignForExtension | Method 'setSupportsComments' is not designed for extension - needs to be abstract, final or empty. | 313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| coding | HiddenField | 'supportsComments' hides a field. | 313 | |
| design | DesignForExtension | Method 'setPretty' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| coding | HiddenField | 'pretty' hides a field. | 318 | |
| design | DesignForExtension | Method 'setBufferSize' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| coding | HiddenField | 'bufferSize' hides a field. | 323 | |
| design | DesignForExtension | Method 'setBufferStrategy' is not designed for extension - needs to be abstract, final or empty. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| coding | HiddenField | 'bufferStrategy' hides a field. | 328 | |
| design | DesignForExtension | Method 'setMaxSize' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 333 | |
| design | DesignForExtension | Method 'setAccessMode' is not designed for extension - needs to be abstract, final or empty. | 338 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 338 | |
| design | DesignForExtension | Method 'setAccessModeName' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 344 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 352 | |
| design | DesignForExtension | Method 'setAccessModeFieldFilteringStrategy' is not designed for extension - needs to be abstract, final or empty. | 352 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 357 | |
| design | DesignForExtension | Method 'setAccessModeFieldFilteringStrategyName' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 368 | |
| design | DesignForExtension | Method 'setSupportHiddenAccess' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 368 | |
| coding | HiddenField | 'supportHiddenAccess' hides a field. | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 373 | |
| design | DesignForExtension | Method 'setAttributeOrder' is not designed for extension - needs to be abstract, final or empty. | 373 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 373 | |
| coding | HiddenField | 'attributeOrder' hides a field. | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 378 | |
| design | DesignForExtension | Method 'setReaderFactory' is not designed for extension - needs to be abstract, final or empty. | 378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 378 | |
| coding | HiddenField | 'readerFactory' hides a field. | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 383 | |
| design | DesignForExtension | Method 'setGeneratorFactory' is not designed for extension - needs to be abstract, final or empty. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| coding | HiddenField | 'generatorFactory' hides a field. | 383 | |
| design | DesignForExtension | Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 388 | |
| coding | HiddenField | 'provider' hides a field. | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 393 | |
| design | DesignForExtension | Method 'setBuilderFactory' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 393 | |
| coding | HiddenField | 'builderFactory' hides a field. | 393 | |
| design | DesignForExtension | Method 'setDoCloseOnStreams' is not designed for extension - needs to be abstract, final or empty. | 398 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 398 | |
| design | DesignForExtension | Method 'addPropertyEditor' is not designed for extension - needs to be abstract, final or empty. | 403 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 404 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 405 | |
| design | DesignForExtension | Method 'addConverter' is not designed for extension - needs to be abstract, final or empty. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 411 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 415 | |
| design | DesignForExtension | Method 'addAdapter' is not designed for extension - needs to be abstract, final or empty. | 415 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 415 | |
| design | DesignForExtension | Method 'addAdapter' is not designed for extension - needs to be abstract, final or empty. | 420 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 420 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 428 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 431 | |
| coding | HiddenField | 'version' hides a field. | 431 | |
| design | DesignForExtension | Method 'setSkipNull' is not designed for extension - needs to be abstract, final or empty. | 436 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 436 | |
| coding | HiddenField | 'skipNull' hides a field. | 436 | |
| design | DesignForExtension | Method 'setSkipEmptyArray' is not designed for extension - needs to be abstract, final or empty. | 441 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 441 | |
| coding | HiddenField | 'skipEmptyArray' hides a field. | 441 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 446 | |
| design | DesignForExtension | Method 'setTreatByteArrayAsBase64' is not designed for extension - needs to be abstract, final or empty. | 446 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 446 | |
| coding | HiddenField | 'treatByteArrayAsBase64' hides a field. | 446 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 451 | |
| design | DesignForExtension | Method 'setTreatByteArrayAsBase64URL' is not designed for extension - needs to be abstract, final or empty. | 451 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 451 | |
| coding | HiddenField | 'treatByteArrayAsBase64URL' hides a field. | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 456 | |
| design | DesignForExtension | Method 'setSupportConstructors' is not designed for extension - needs to be abstract, final or empty. | 456 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 456 | |
| coding | HiddenField | 'supportConstructors' hides a field. | 456 | |
| design | DesignForExtension | Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. | 461 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 461 | |
| coding | HiddenField | 'encoding' hides a field. | 461 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 462 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 466 | |
| design | DesignForExtension | Method 'setReadAttributeBeforeWrite' is not designed for extension - needs to be abstract, final or empty. | 466 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 466 | |
| coding | HiddenField | 'readAttributeBeforeWrite' hides a field. | 466 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 471 | |
| design | DesignForExtension | Method 'addObjectConverter' is not designed for extension - needs to be abstract, final or empty. | 471 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 471 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 473 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 476 | |
| design | DesignForExtension | Method 'setPrimitiveConverters' is not designed for extension - needs to be abstract, final or empty. | 481 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 481 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 486 | |
| design | DesignForExtension | Method 'setSerializeValueFilter' is not designed for extension - needs to be abstract, final or empty. | 486 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 486 | |
| coding | HiddenField | 'serializeValueFilter' hides a field. | 486 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 491 | |
| design | DesignForExtension | Method 'setUseBigDecimalForFloats' is not designed for extension - needs to be abstract, final or empty. | 491 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 491 | |
| coding | HiddenField | 'useBigDecimalForFloats' hides a field. | 491 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 496 | |
| design | DesignForExtension | Method 'setAutoAdjustStringBuffers' is not designed for extension - needs to be abstract, final or empty. | 496 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 496 | |
| coding | HiddenField | 'autoAdjustStringBuffers' hides a field. | 496 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 507 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 523 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 530 | |
| javadoc | JavadocMethod | Expected an @return tag. | 533 | |
| design | DesignForExtension | Method 'setDeduplicateObjects' is not designed for extension - needs to be abstract, final or empty. | 533 | |
| misc | FinalParameters | Parameter deduplicateObjects should be final. | 533 | |
| coding | HiddenField | 'deduplicateObjects' hides a field. | 533 | |
| javadoc | JavadocMethod | Expected @param tag for 'deduplicateObjects'. | 533 | |
| design | DesignForExtension | Method 'setUseJsRange' is not designed for extension - needs to be abstract, final or empty. | 538 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 538 | |
| misc | FinalParameters | Parameter value should be final. | 538 | |
| design | DesignForExtension | Method 'setUseBigDecimalForObjectNumbers' is not designed for extension - needs to be abstract, final or empty. | 543 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 543 | |
| design | DesignForExtension | Method 'setMaxBigDecimalScale' is not designed for extension - needs to be abstract, final or empty. | 548 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 548 | |
| coding | HiddenField | 'maxBigDecimalScale' hides a field. | 548 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 553 | |
| design | DesignForExtension | Method 'setSupportEnumContainerDeserialization' is not designed for extension - needs to be abstract, final or empty. | 553 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 553 | |
| coding | HiddenField | 'supportEnumContainerDeserialization' hides a field. | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 554 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 558 | |
| design | DesignForExtension | Method 'setPolymorphicSerializationPredicate' is not designed for extension - needs to be abstract, final or empty. | 558 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 558 | |
| coding | HiddenField | 'serializationPredicate' hides a field. | 558 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 563 | |
| design | DesignForExtension | Method 'setPolymorphicDeserializationPredicate' is not designed for extension - needs to be abstract, final or empty. | 563 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 563 | |
| coding | HiddenField | 'deserializationPredicate' hides a field. | 563 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 568 | |
| design | DesignForExtension | Method 'setPolymorphicDiscriminatorMapper' is not designed for extension - needs to be abstract, final or empty. | 568 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 568 | |
| coding | HiddenField | 'discriminatorMapper' hides a field. | 568 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 573 | |
| design | DesignForExtension | Method 'setPolymorphicTypeLoader' is not designed for extension - needs to be abstract, final or empty. | 573 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 573 | |
| coding | HiddenField | 'typeLoader' hides a field. | 573 | |
| design | DesignForExtension | Method 'setPolymorphicDiscriminator' is not designed for extension - needs to be abstract, final or empty. | 578 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 578 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 583 | |
| design | DesignForExtension | Method 'setSkipAccessModeWrapper' is not designed for extension - needs to be abstract, final or empty. | 583 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 583 | |
| coding | HiddenField | 'skipAccessModeWrapper' hides a field. | 583 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 588 | |
| design | DesignForExtension | Method 'setMappingsFactory' is not designed for extension - needs to be abstract, final or empty. | 588 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 588 | |
| misc | FinalParameters | Parameter mappingsFactory should be final. | 588 | |
| coding | HiddenField | 'mappingsFactory' hides a field. | 588 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 91). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 51 | |
| misc | FinalParameters | Parameter instance should be final. | 51 | |
| misc | FinalParameters | Parameter jsonbGenerator should be final. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 56 | |
| misc | FinalParameters | Parameter jsonObject should be final. | 56 | |
| misc | FinalParameters | Parameter targetType should be final. | 56 | |
| misc | FinalParameters | Parameter parser should be final. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| sizes | ParameterNumber | More than 7 parameters (found 28). | 105 | |
| coding | HiddenField | 'adapters' hides a field. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 106 | |
| coding | HiddenField | 'objectConverterWriters' hides a field. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 107 | |
| coding | HiddenField | 'objectConverterReaders' hides a field. | 107 | |
| coding | HiddenField | 'version' hides a field. | 108 | |
| coding | HiddenField | 'close' hides a field. | 108 | |
| coding | HiddenField | 'skipNull' hides a field. | 109 | |
| coding | HiddenField | 'skipEmptyArray' hides a field. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 110 | |
| coding | HiddenField | 'treatByteArrayAsBase64' hides a field. | 110 | |
| coding | HiddenField | 'treatByteArrayAsBase64URL' hides a field. | 110 | |
| coding | HiddenField | 'readAttributeBeforeWrite' hides a field. | 111 | |
| coding | HiddenField | 'accessMode' hides a field. | 112 | |
| coding | HiddenField | 'encoding' hides a field. | 112 | |
| coding | HiddenField | 'attributeOrder' hides a field. | 113 | |
| coding | HiddenField | 'failOnUnknown' hides a field. | 114 | |
| coding | HiddenField | 'serializeValueFilter' hides a field. | 115 | |
| coding | HiddenField | 'useBigDecimalForFloats' hides a field. | 116 | |
| coding | HiddenField | 'deduplicateObjects' hides a field. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 118 | |
| coding | HiddenField | 'interfaceImplementationMapping' hides a field. | 118 | |
| coding | HiddenField | 'useJsRange' hides a field. | 119 | |
| coding | HiddenField | 'useBigDecimalForObjectNumbers' hides a field. | 120 | |
| coding | HiddenField | 'maxBigDecimalScale' hides a field. | 121 | |
| coding | HiddenField | 'supportEnumMapDeserialization' hides a field. | 122 | |
| coding | HiddenField | 'typeLoader' hides a field. | 123 | |
| coding | HiddenField | 'discriminatorMapper' hides a field. | 124 | |
| coding | HiddenField | 'discriminator' hides a field. | 125 | |
| coding | HiddenField | 'deserializationPredicate' hides a field. | 126 | |
| coding | HiddenField | 'serializationPredicate' hides a field. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 128 | |
| coding | HiddenField | 'enumConverterFactory' hides a field. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 135 | |
| coding | MagicNumber | '50' is a magic number. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| sizes | ParameterNumber | More than 7 parameters (found 30). | 140 | |
| coding | HiddenField | 'adapters' hides a field. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 141 | |
| coding | HiddenField | 'objectConverterWriters' hides a field. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 142 | |
| coding | HiddenField | 'objectConverterReaders' hides a field. | 142 | |
| coding | HiddenField | 'version' hides a field. | 143 | |
| coding | HiddenField | 'close' hides a field. | 143 | |
| coding | HiddenField | 'skipNull' hides a field. | 144 | |
| coding | HiddenField | 'skipEmptyArray' hides a field. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 145 | |
| coding | HiddenField | 'treatByteArrayAsBase64' hides a field. | 145 | |
| coding | HiddenField | 'treatByteArrayAsBase64URL' hides a field. | 145 | |
| coding | HiddenField | 'readAttributeBeforeWrite' hides a field. | 146 | |
| coding | HiddenField | 'accessMode' hides a field. | 147 | |
| coding | HiddenField | 'encoding' hides a field. | 147 | |
| coding | HiddenField | 'attributeOrder' hides a field. | 148 | |
| coding | HiddenField | 'failOnUnknown' hides a field. | 149 | |
| coding | HiddenField | 'serializeValueFilter' hides a field. | 150 | |
| coding | HiddenField | 'useBigDecimalForFloats' hides a field. | 151 | |
| coding | HiddenField | 'deduplicateObjects' hides a field. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 153 | |
| coding | HiddenField | 'interfaceImplementationMapping' hides a field. | 153 | |
| coding | HiddenField | 'useJsRange' hides a field. | 154 | |
| coding | HiddenField | 'useBigDecimalForObjectNumbers' hides a field. | 155 | |
| coding | HiddenField | 'maxBigDecimalScale' hides a field. | 156 | |
| coding | HiddenField | 'supportEnumMapDeserialization' hides a field. | 157 | |
| coding | HiddenField | 'typeLoader' hides a field. | 158 | |
| coding | HiddenField | 'discriminatorMapper' hides a field. | 159 | |
| coding | HiddenField | 'discriminator' hides a field. | 160 | |
| coding | HiddenField | 'deserializationPredicate' hides a field. | 161 | |
| coding | HiddenField | 'serializationPredicate' hides a field. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 163 | |
| coding | HiddenField | 'enumConverterFactory' hides a field. | 163 | |
| coding | HiddenField | 'snippet' hides a field. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 165 | |
| coding | HiddenField | 'mappingsFactory' hides a field. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 197 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 201 | |
| design | DesignForExtension | Method 'getSnippet' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 213 | |
| design | DesignForExtension | Method 'getEnumConverterFactory' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| design | DesignForExtension | Method 'getNoParserAdapterTypes' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| design | DesignForExtension | Method 'getNoGeneratorAdapterTypes' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| design | DesignForExtension | Method 'getTypeLoader' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| design | DesignForExtension | Method 'getDiscriminatorMapper' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| design | DesignForExtension | Method 'getDeserializationPredicate' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| design | DesignForExtension | Method 'getSerializationPredicate' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| design | DesignForExtension | Method 'getDiscriminator' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| design | DesignForExtension | Method 'isUseBigDecimalForObjectNumbers' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| design | DesignForExtension | Method 'getMaxBigDecimalScale' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| design | DesignForExtension | Method 'isUseJsRange' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| design | DesignForExtension | Method 'getInterfaceImplementationMapping' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| design | DesignForExtension | Method 'getSerializeValueFilter' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| design | DesignForExtension | Method 'findAdapter' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 314 | |
| design | DesignForExtension | Method 'findObjectConverterReader' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| misc | FinalParameters | Parameter clazz should be final. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 319 | |
| design | DesignForExtension | Method 'findObjectConverterWriter' is not designed for extension - needs to be abstract, final or empty. | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| misc | FinalParameters | Parameter clazz should be final. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 325 | |
| design | DesignForExtension | Method 'isFailOnUnknown' is not designed for extension - needs to be abstract, final or empty. | 407 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 407 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 411 | |
| design | DesignForExtension | Method 'isClose' is not designed for extension - needs to be abstract, final or empty. | 415 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 415 | |
| design | DesignForExtension | Method 'isSkipNull' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 419 | |
| design | DesignForExtension | Method 'isSkipEmptyArray' is not designed for extension - needs to be abstract, final or empty. | 423 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 423 | |
| design | DesignForExtension | Method 'isTreatByteArrayAsBase64' is not designed for extension - needs to be abstract, final or empty. | 427 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 427 | |
| design | DesignForExtension | Method 'isTreatByteArrayAsBase64URL' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 431 | |
| design | DesignForExtension | Method 'isReadAttributeBeforeWrite' is not designed for extension - needs to be abstract, final or empty. | 435 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 435 | |
| design | DesignForExtension | Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. | 439 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 439 | |
| design | DesignForExtension | Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. | 443 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 443 | |
| design | DesignForExtension | Method 'getAdapters' is not designed for extension - needs to be abstract, final or empty. | 447 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 447 | |
| design | DesignForExtension | Method 'getReverseAdapters' is not designed for extension - needs to be abstract, final or empty. | 451 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 455 | |
| design | DesignForExtension | Method 'getObjectConverterWriters' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 459 | |
| design | DesignForExtension | Method 'getObjectConverterReaders' is not designed for extension - needs to be abstract, final or empty. | 459 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 459 | |
| design | DesignForExtension | Method 'getAttributeOrder' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 463 | |
| design | DesignForExtension | Method 'isUseBigDecimalForFloats' is not designed for extension - needs to be abstract, final or empty. | 467 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 467 | |
| design | DesignForExtension | Method 'isDeduplicateObjects' is not designed for extension - needs to be abstract, final or empty. | 471 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 471 | |
| design | DesignForExtension | Method 'isSupportEnumContainerDeserialization' is not designed for extension - needs to be abstract, final or empty. | 475 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 475 | |
| design | DesignForExtension | Method 'getMappingsFactory' is not designed for extension - needs to be abstract, final or empty. | 479 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 479 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 483 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 483 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 89). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | 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 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter config should be final. | 51 | |
| coding | HiddenField | 'config' hides a field. | 51 | |
| misc | FinalParameters | Parameter jsonGenerator should be final. | 51 | |
| coding | HiddenField | 'mappings' hides a field. | 51 | |
| design | DesignForExtension | Method 'getJsonGenerator' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| design | DesignForExtension | Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 63 | |
| coding | HiddenField | 'generator' hides a field. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 73 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 74 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 74 | |
| blocks | EmptyBlock | Must have at least one statement. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 82 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 85 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 93 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 96 | |
| design | DesignForExtension | Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 104 | |
| coding | HiddenField | 'generator' hides a field. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 110 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 119 | |
| design | DesignForExtension | Method 'doWriteObject' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter object should be final. | 119 | |
| misc | FinalParameters | Parameter generator should be final. | 119 | |
| coding | HiddenField | 'generator' hides a field. | 119 | |
| misc | FinalParameters | Parameter writeBody should be final. | 119 | |
| misc | FinalParameters | Parameter jsonPointer should be final. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 222 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 229 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| coding | HiddenField | 'generator' hides a field. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 332 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 344 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 345 | |
| coding | HiddenField | 'generator' hides a field. | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 356 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 361 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 403 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 421 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 421 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 426 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 429 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 439 | |
| sizes | ParameterNumber | More than 7 parameters (found 13). | 439 | |
| coding | HiddenField | 'generator' hides a field. | 447 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 454 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 456 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 458 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 462 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 467 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 470 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 475 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 481 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 484 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 497 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 500 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 505 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 510 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 518 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 524 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 524 | |
| coding | HiddenField | 'generator' hides a field. | 524 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 525 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 532 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 532 | |
| coding | HiddenField | 'generator' hides a field. | 536 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 540 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 540 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 541 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 542 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 545 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 553 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 565 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 567 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 567 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 568 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 568 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 577 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 578 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 580 | |
| misc | FinalParameters | Parameter type should be final. | 580 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 580 | |
| misc | FinalParameters | Parameter itemConverter should be final. | 580 | |
| javadoc | JavadocMethod | Expected @param tag for 'itemConverter'. | 580 | |
| misc | FinalParameters | Parameter key should be final. | 580 | |
| misc | FinalParameters | Parameter arrayValue should be final. | 580 | |
| javadoc | JavadocMethod | Expected @param tag for 'arrayValue'. | 580 | |
| misc | FinalParameters | Parameter ignoredProperties should be final. | 580 | |
| javadoc | JavadocMethod | Expected @param tag for 'ignoredProperties'. | 580 | |
| misc | FinalParameters | Parameter jsonPointer should be final. | 580 | |
| javadoc | JavadocMethod | Expected @param tag for 'jsonPointer'. | 580 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 586 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 586 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 587 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 595 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 595 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 597 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 599 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 660 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 661 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 662 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 663 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 664 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 665 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 666 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 672 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 672 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 673 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 673 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 680 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 680 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 687 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 687 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 688 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 688 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 696 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 696 | |
| misc | FinalParameters | Parameter jsonPointer should be final. | 696 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 701 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 705 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 708 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 708 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 713 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 719 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 719 | |
| misc | FinalParameters | Parameter jsonPointer should be final. | 719 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 732 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 732 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 742 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 742 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 749 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 750 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 751 | |
| coding | MagicNumber | '9007199254740991L' is a magic number. | 751 | |
| coding | MagicNumber | '-9007199254740991L' is a magic number. | 751 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| design | VisibilityModifier | Variable 'valueOfs' must be private and have accessor methods. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| misc | FinalParameters | Parameter config should be final. | 89 | |
| coding | HiddenField | 'config' hides a field. | 89 | |
| misc | FinalParameters | Parameter mappings should be final. | 89 | |
| coding | HiddenField | 'mappings' hides a field. | 89 | |
| misc | FinalParameters | Parameter jsonReader should be final. | 89 | |
| coding | HiddenField | 'jsonReader' hides a field. | 89 | |
| misc | FinalParameters | Parameter jsonPointers should be final. | 89 | |
| coding | HiddenField | 'jsonPointers' hides a field. | 89 | |
| design | DesignForExtension | Method 'readObject' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| misc | FinalParameters | Parameter targetType should be final. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 100 | |
| design | DesignForExtension | Method 'readObject' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 110 | |
| design | DesignForExtension | Method 'readObject' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 112 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 191 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 206 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 207 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 211 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 233 | |
| sizes | MethodLength | Method length is 242 lines (max allowed is 150). | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 235 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 245 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 270 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 275 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 291 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 291 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 317 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 330 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 348 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 361 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 366 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 376 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 404 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 404 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 406 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 411 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 420 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 420 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 420 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 420 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 421 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 432 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 444 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 445 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 446 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 447 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 447 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 461 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 465 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 477 | |
| misc | FinalParameters | Parameter jsonNumber should be final. | 477 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 492 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 492 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 494 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 494 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 502 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 508 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 526 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 527 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 534 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 535 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 536 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 537 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 538 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 539 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 540 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 542 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 543 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 544 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 551 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 555 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 560 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 566 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 581 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 583 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 584 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 585 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 597 | |
| sizes | MethodLength | Method length is 155 lines (max allowed is 150). | 597 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 597 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 598 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 610 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 610 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 631 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 634 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 635 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 637 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 641 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 661 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 664 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 666 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 667 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 667 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 670 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 672 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 675 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 738 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 740 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 740 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 752 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 755 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 755 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 757 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 762 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 765 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 766 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 768 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 774 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 776 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 777 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 778 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 781 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 783 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 788 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 790 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 793 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 798 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 801 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 803 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 804 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 807 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 808 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 811 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 812 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 815 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 818 | |
| sizes | MethodLength | Method length is 207 lines (max allowed is 150). | 818 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 818 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 819 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 825 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 826 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 826 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 828 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 839 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 840 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 840 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 842 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 853 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 854 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 854 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 856 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 867 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 868 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 868 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 870 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 881 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 882 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 882 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 884 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 895 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 896 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 896 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 898 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 909 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 910 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 910 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 912 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 923 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 924 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 924 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 926 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 939 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 940 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 940 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 949 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 950 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 950 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 959 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 960 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 960 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 969 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 970 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 970 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 979 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 980 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 980 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 989 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 990 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 990 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 999 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1000 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1000 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1009 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1010 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1010 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1020 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1021 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1021 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1027 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1027 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1028 | |
| misc | FinalParameters | Parameter objectConverter should be final. | 1028 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1029 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 1032 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1036 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 1038 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1044 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1049 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1055 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1056 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1057 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1057 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1063 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1063 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1064 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1069 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1072 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 1080 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1080 | |
| misc | FinalParameters | Parameter jsonPointer should be final. | 1080 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1081 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1094 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1094 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1095 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1105 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 1105 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1106 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1107 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1108 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 1115 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1115 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1116 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 1116 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1130 | |
| javadoc | JavadocMethod | Expected @param tag for 'aClass'. | 1130 | |
| javadoc | JavadocMethod | Expected @param tag for 'text'. | 1130 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1136 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1140 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1151 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1169 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1171 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1172 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 1179 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1179 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1186 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1188 | |
| javadoc | JavadocMethod | Expected @param tag for 'aClass'. | 1188 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1192 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 1199 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1200 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1204 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1208 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 1210 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1220 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1222 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1223 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1224 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1225 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 1227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1227 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 1227 | |
| coding | HiddenField | 'delegate' hides a field. | 1227 | |
| coding | HiddenField | 'suppressConversionFor' hides a field. | 1227 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1228 | |
| coding | HiddenField | 'skippedConverters' hides a field. | 1228 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1245 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1246 | |
| coding | HiddenField | 'skippedConverters' hides a field. | 1246 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1248 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 1250 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 1251 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 1251 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1253 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'clazz' must be private and have accessor methods. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'factory' must be private and have accessor methods. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'getters' must be private and have accessor methods. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'setters' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'adapter' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'reader' must be private and have accessor methods. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| design | VisibilityModifier | Variable 'writer' must be private and have accessor methods. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'anyGetter' must be private and have accessor methods. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'anySetter' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'anyField' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'mapAdder' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'mapAdderType' must be private and have accessor methods. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'serializedPolymorphicProperties' must be private and have accessor methods. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | VisibilityModifier | Variable 'polymorphicDeserializedTypeResolver' must be private and have accessor methods. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| design | VisibilityModifier | Variable 'deduplicateObjects' must be private and have accessor methods. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 86 | |
| coding | HiddenField | 'clazz' hides a field. | 86 | |
| coding | HiddenField | 'factory' hides a field. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 87 | |
| coding | HiddenField | 'getters' hides a field. | 87 | |
| coding | HiddenField | 'setters' hides a field. | 87 | |
| coding | HiddenField | 'adapter' hides a field. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 89 | |
| coding | HiddenField | 'reader' hides a field. | 89 | |
| coding | HiddenField | 'writer' hides a field. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 90 | |
| coding | HiddenField | 'anyGetter' hides a field. | 90 | |
| coding | HiddenField | 'anySetter' hides a field. | 90 | |
| coding | HiddenField | 'anyField' hides a field. | 90 | |
| coding | HiddenField | 'mapAdder' hides a field. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| sizes | ParameterNumber | More than 7 parameters (found 13). | 95 | |
| coding | HiddenField | 'clazz' hides a field. | 95 | |
| coding | HiddenField | 'factory' hides a field. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 96 | |
| coding | HiddenField | 'getters' hides a field. | 96 | |
| coding | HiddenField | 'setters' hides a field. | 96 | |
| coding | HiddenField | 'adapter' hides a field. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 98 | |
| coding | HiddenField | 'reader' hides a field. | 98 | |
| coding | HiddenField | 'writer' hides a field. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 99 | |
| coding | HiddenField | 'anyGetter' hides a field. | 99 | |
| coding | HiddenField | 'anySetter' hides a field. | 99 | |
| coding | HiddenField | 'anyField' hides a field. | 99 | |
| coding | HiddenField | 'mapAdder' hides a field. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 101 | |
| coding | HiddenField | 'serializedPolymorphicProperties' hides a field. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 102 | |
| coding | HiddenField | 'polymorphicDeserializedTypeResolver' hides a field. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 114 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 121 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 122 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| design | VisibilityModifier | Variable 'raw' must be private and have accessor methods. | 131 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| design | VisibilityModifier | Variable 'arg' must be private and have accessor methods. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| design | VisibilityModifier | Variable 'primitive' must be private and have accessor methods. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | HiddenField | 'primitive' hides a field. | 135 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| design | VisibilityModifier | Variable 'reader' must be private and have accessor methods. | 143 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 144 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| design | VisibilityModifier | Variable 'converter' must be private and have accessor methods. | 145 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 146 | |
| design | VisibilityModifier | Variable 'itemConverter' must be private and have accessor methods. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| design | VisibilityModifier | Variable 'objectConverter' must be private and have accessor methods. | 147 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| design | VisibilityModifier | Variable 'dynamic' must be private and have accessor methods. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 149 | |
| design | VisibilityModifier | Variable 'primitive' must be private and have accessor methods. | 149 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 150 | |
| design | VisibilityModifier | Variable 'array' must be private and have accessor methods. | 150 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| design | VisibilityModifier | Variable 'map' must be private and have accessor methods. | 151 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 152 | |
| design | VisibilityModifier | Variable 'collection' must be private and have accessor methods. | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 153 | |
| design | VisibilityModifier | Variable 'ignoreNested' must be private and have accessor methods. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 155 | |
| coding | HiddenField | 'reader' hides a field. | 155 | |
| coding | HiddenField | 'dynamic' hides a field. | 155 | |
| coding | HiddenField | 'primitive' hides a field. | 156 | |
| coding | HiddenField | 'array' hides a field. | 156 | |
| coding | HiddenField | 'collection' hides a field. | 157 | |
| coding | HiddenField | 'map' hides a field. | 157 | |
| coding | HiddenField | 'converter' hides a field. | 158 | |
| coding | HiddenField | 'version' hides a field. | 160 | |
| coding | HiddenField | 'ignoreNested' hides a field. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 203 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 211 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 222 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 223 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 224 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 225 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 226 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 227 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 228 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 229 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 230 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 235 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 236 | |
| design | VisibilityModifier | Variable 'writer' must be private and have accessor methods. | 236 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 237 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 237 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 238 | |
| design | VisibilityModifier | Variable 'paramType' must be private and have accessor methods. | 238 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 239 | |
| design | VisibilityModifier | Variable 'converter' must be private and have accessor methods. | 239 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 240 | |
| design | VisibilityModifier | Variable 'itemConverter' must be private and have accessor methods. | 240 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 241 | |
| design | VisibilityModifier | Variable 'objectConverter' must be private and have accessor methods. | 241 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 242 | |
| design | VisibilityModifier | Variable 'primitive' must be private and have accessor methods. | 242 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 243 | |
| design | VisibilityModifier | Variable 'array' must be private and have accessor methods. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| coding | HiddenField | 'writer' hides a field. | 245 | |
| coding | HiddenField | 'primitive' hides a field. | 245 | |
| coding | HiddenField | 'array' hides a field. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 246 | |
| coding | HiddenField | 'paramType' hides a field. | 246 | |
| coding | HiddenField | 'converter' hides a field. | 246 | |
| coding | HiddenField | 'version' hides a field. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 279 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 297 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 298 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 299 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 300 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 301 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 302 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 303 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 309 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 311 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 311 | |
| design | VisibilityModifier | Variable 'classes' must be private and have accessor methods. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 312 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 312 | |
| design | VisibilityModifier | Variable 'collections' must be private and have accessor methods. | 312 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 314 | |
| design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 316 | |
| coding | HiddenField | 'config' hides a field. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 320 | |
| design | DesignForExtension | Method 'findCollectionMapping' is not designed for extension - needs to be abstract, final or empty. | 320 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 367 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 376 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 400 | |
| design | DesignForExtension | Method 'getClassMapping' is not designed for extension - needs to be abstract, final or empty. | 421 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 421 | |
| design | DesignForExtension | Method 'findOrCreateClassMapping' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 432 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 433 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 437 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 446 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 464 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 464 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 475 | |
| design | DesignForExtension | Method 'createClassMapping' is not designed for extension - needs to be abstract, final or empty. | 475 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 475 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 478 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 487 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 488 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 490 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 491 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 491 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 494 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 495 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 498 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 499 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 501 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 502 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 506 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 508 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 512 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 517 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 520 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 525 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 535 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 536 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 537 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 537 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 537 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 538 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 538 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 539 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 539 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 542 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 542 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 543 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 544 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 544 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 544 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 545 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 546 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 546 | |
| design | DesignForExtension | Method 'findModelClass' is not designed for extension - needs to be abstract, final or empty. | 558 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 558 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 562 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 563 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 566 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 572 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 573 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 573 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 576 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 588 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 588 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 591 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 593 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 594 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 599 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 599 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 603 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 608 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 609 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 612 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 612 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 613 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 613 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 615 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 616 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 617 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 618 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 619 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 620 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 621 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 622 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 628 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 628 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 632 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 633 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 655 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 661 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 669 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 670 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 670 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 671 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 674 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 675 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 675 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 678 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 678 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 684 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 693 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 694 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 697 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 700 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 704 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 707 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 709 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 710 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 714 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 715 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 715 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 716 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 719 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 727 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 729 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 737 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 739 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 740 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 741 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 742 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 745 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 746 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 747 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 748 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 749 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 751 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 751 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 751 | |
| coding | HiddenField | 'paths' hides a field. | 751 | |
| coding | HiddenField | 'version' hides a field. | 751 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 775 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 775 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 800 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 804 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 819 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 820 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 821 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 822 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 824 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 824 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 824 | |
| coding | HiddenField | 'writers' hides a field. | 824 | |
| coding | HiddenField | 'paths' hides a field. | 824 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 832 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 832 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 832 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 833 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 833 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 834 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 839 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 844 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 846 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 853 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 853 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 863 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 863 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 864 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 871 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 892 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 896 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 911 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 912 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 914 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 914 | |
| coding | HiddenField | 'delegates' hides a field. | 914 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 915 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 930 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 931 | |
| blocks | EmptyBlock | Must have at least one statement. | 935 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 938 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 948 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 963 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 967 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 993 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 994 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 996 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 996 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 997 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1018 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1033 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1037 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 56 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| design | FinalClass | Class MapHelper should be declared as final. | 41 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 58 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 64 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | HiddenField | 'useConstructor' hides a field. | 67 | |
| coding | HiddenField | 'acceptHiddenConstructor' hides a field. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 | |
| design | DesignForExtension | Method 'fieldComparator' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| design | DesignForExtension | Method 'findReaders' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| design | DesignForExtension | Method 'findWriters' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 90 | |
| design | DesignForExtension | Method 'setFieldFilteringStrategy' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | HiddenField | 'fieldFilteringStrategy' hides a field. | 90 | |
| design | DesignForExtension | Method 'getFieldFilteringStrategy' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| design | DesignForExtension | Method 'findReader' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 100 | |
| design | DesignForExtension | Method 'findWriter' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 105 | |
| design | DesignForExtension | Method 'findAdapter' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| misc | FinalParameters | Parameter clazz should be final. | 109 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 110 | |
| design | DesignForExtension | Method 'findFactory' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 176 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 236 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| design | DesignForExtension | Method 'findAnyGetter' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 293 | |
| design | DesignForExtension | Method 'findAnySetter' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 310 | |
| design | DesignForExtension | Method 'findAnyField' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 337 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 337 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 344 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 348 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 348 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 349 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 353 | |
| design | DesignForExtension | Method 'getFieldsToRemove' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 361 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 361 | |
| design | DesignForExtension | Method 'select' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 373 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 373 | |
| design | DesignForExtension | Method 'select' is not designed for extension - needs to be abstract, final or empty. | 374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'doFindReaders' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 50 | |
| design | DesignForExtension | Method 'doFindWriters' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 71 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 72 | |
| design | DesignForExtension | Method 'isIgnored' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 76 | |
| design | DesignForExtension | Method 'isIgnored' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 83 | |
| design | DesignForExtension | Method 'fields' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter includeFinalFields should be final. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 93 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 103 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| design | VisibilityModifier | Variable 'field' must be private and have accessor methods. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | HiddenField | 'field' hides a field. | 107 | |
| coding | HiddenField | 'type' hides a field. | 107 | |
| design | DesignForExtension | Method 'getClassOrPackageAnnotation' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 116 | |
| design | DesignForExtension | Method 'findConverter' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| design | DesignForExtension | Method 'getField' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| design | DesignForExtension | Method 'getAnnotation' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| design | DesignForExtension | Method 'isNillable' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 146 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 152 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| design | DesignForExtension | Method 'findObjectConverterReader' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 172 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| design | DesignForExtension | Method 'findObjectConverterWriter' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 96). | 38 | |
| javadoc | JavadocType | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 46 | |
| coding | HiddenField | 'alwaysPreferMethodVisibility' hides a field. | 46 | |
| coding | HiddenField | 'ignoreVisibilityFilter' hides a field. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 58 | |
| coding | HiddenField | 'alwaysPreferMethodVisibility' hides a field. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 66 | |
| design | DesignForExtension | Method 'doFindReaders' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 78 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 83 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 83 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 85 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 87 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 109 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 110 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 110 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 111 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 112 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 113 | |
| coding | MagicNumber | '3' is a magic number. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| design | DesignForExtension | Method 'doFindWriters' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 186 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 208 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 208 | |
| coding | MagicNumber | '3' is a magic number. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 241 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 242 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 242 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 246 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 246 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 246 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 247 | |
| design | VisibilityModifier | Variable 'type1' must be private and have accessor methods. | 247 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 248 | |
| design | VisibilityModifier | Variable 'type2' must be private and have accessor methods. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| coding | HiddenField | 'type1' hides a field. | 250 | |
| coding | HiddenField | 'type2' hides a field. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 258 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 258 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 264 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 293 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 294 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 300 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 313 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 317 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 330 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 330 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 88). | 37 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | HiddenField | 'delegate' hides a field. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 49 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| design | DesignForExtension | Method 'findFactory' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 124 | |
| design | DesignForExtension | Method 'findFactory' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 141 | |
| coding | MagicNumber | '4' is a magic number. | 141 | |
| coding | MagicNumber | '3' is a magic number. | 141 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 141 | |
| coding | MagicNumber | '3' is a magic number. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 151 | |
| design | DesignForExtension | Method 'findReaders' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| design | DesignForExtension | Method 'findWriters' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| design | DesignForExtension | Method 'findReader' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| design | DesignForExtension | Method 'findWriter' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| design | DesignForExtension | Method 'findAnyGetter' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| design | DesignForExtension | Method 'findAnySetter' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| design | DesignForExtension | Method 'findAnyField' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| design | DesignForExtension | Method 'findMapAdder' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| design | DesignForExtension | Method 'findAdapter' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| design | DesignForExtension | Method 'fieldComparator' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| design | DesignForExtension | Method 'afterParsed' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| design | FinalClass | Class InlineWriter should be declared as final. | 272 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 272 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 273 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| coding | HiddenField | 'setter' hides a field. | 276 | |
| coding | HiddenField | 'type' hides a field. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 292 | |
| design | FinalClass | Class InlineReader should be declared as final. | 317 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 317 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 318 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| coding | HiddenField | 'accessor' hides a field. | 321 | |
| coding | HiddenField | 'type' hides a field. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 337 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 362 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 362 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 389 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 389 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | HiddenField | 'supportGetterAsWritter' hides a field. | 45 | |
| design | DesignForExtension | Method 'doFindReaders' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 73 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 74 | |
| design | DesignForExtension | Method 'doFindWriters' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 107 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 111 | |
| design | DesignForExtension | Method 'isIgnored' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 121 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 128 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| design | VisibilityModifier | Variable 'method' must be private and have accessor methods. | 129 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | HiddenField | 'method' hides a field. | 132 | |
| coding | HiddenField | 'type' hides a field. | 132 | |
| design | DesignForExtension | Method 'getClassOrPackageAnnotation' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 141 | |
| design | DesignForExtension | Method 'findConverter' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| design | DesignForExtension | Method 'getMethod' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| design | DesignForExtension | Method 'getAnnotation' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| design | DesignForExtension | Method 'isNillable' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 171 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 177 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| design | DesignForExtension | Method 'findObjectConverterReader' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 197 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| design | DesignForExtension | Method 'findObjectConverterWriter' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| design | DesignForExtension | Method 'fromString' is not designed for extension - needs to be abstract, final or empty. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| design | DesignForExtension | Method 'fromString' is not designed for extension - needs to be abstract, final or empty. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| design | DesignForExtension | Method 'fromString' is not designed for extension - needs to be abstract, final or empty. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| design | DesignForExtension | Method 'fromString' is not designed for extension - needs to be abstract, final or empty. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | HiddenField | 'delegate' hides a field. | 31 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| design | DesignForExtension | Method 'fromString' is not designed for extension - needs to be abstract, final or empty. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| design | DesignForExtension | Method 'fromString' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| design | DesignForExtension | Method 'fromString' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| design | DesignForExtension | Method 'fromString' is not designed for extension - needs to be abstract, final or empty. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | HiddenField | 'delegate' hides a field. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 31 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 31 | |
| design | DesignForExtension | Method 'to' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| design | DesignForExtension | Method 'from' is not designed for extension - needs to be abstract, final or empty. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| design | DesignForExtension | Method 'fromString' is not designed for extension - needs to be abstract, final or empty. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 94). | 27 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 34 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 34 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 35 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 45 | |
| design | DesignForExtension | Method 'fromString' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 52 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| design | DesignForExtension | Method 'type' is not designed for extension - needs to be abstract, final or empty. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| design | DesignForExtension | Method 'fromString' is not designed for extension - needs to be abstract, final or empty. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| design | DesignForExtension | Method 'fromString' is not designed for extension - needs to be abstract, final or empty. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'getTo' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| design | DesignForExtension | Method 'getFrom' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| design | DesignForExtension | Method 'from' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| design | DesignForExtension | Method 'to' is not designed for extension - needs to be abstract, final or empty. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| design | DesignForExtension | Method 'fromString' is not designed for extension - needs to be abstract, final or empty. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | HiddenField | 'delegate' hides a field. | 26 | |
| design | DesignForExtension | Method 'to' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| design | DesignForExtension | Method 'from' is not designed for extension - needs to be abstract, final or empty. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| design | DesignForExtension | Method 'fromString' is not designed for extension - needs to be abstract, final or empty. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| design | DesignForExtension | Method 'fromString' is not designed for extension - needs to be abstract, final or empty. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| design | DesignForExtension | Method 'to' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 28 | |
| design | DesignForExtension | Method 'from' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| design | DesignForExtension | Method 'fromString' is not designed for extension - needs to be abstract, final or empty. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| design | DesignForExtension | Method 'fromString' is not designed for extension - needs to be abstract, final or empty. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| 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 | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | HiddenField | 'from' hides a field. | 30 | |
| coding | HiddenField | 'to' hides a field. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | HiddenField | 'from' hides a field. | 34 | |
| coding | HiddenField | 'to' hides a field. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 38 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 39 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 39 | |
| coding | MagicNumber | '31' is a magic number. | 43 | |
| design | DesignForExtension | Method 'getFrom' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'getTo' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| design | DesignForExtension | Method 'isAssignableFrom' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 70 | |
| design | DesignForExtension | Method 'isAssignableTo' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 74 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 84 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 85 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | HiddenField | 'converter' hides a field. | 30 | |
| design | DesignForExtension | Method 'getConverter' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'to' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| design | DesignForExtension | Method 'from' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| design | DesignForExtension | Method 'getTo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| design | DesignForExtension | Method 'getFrom' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter inputStream should be final. | 27 | |
| coding | HiddenField | 'inputStream' hides a field. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 28 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 42 | |
| design | DesignForExtension | Method 'skip' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| design | DesignForExtension | Method 'available' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| design | DesignForExtension | Method 'mark' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| design | DesignForExtension | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| design | DesignForExtension | Method 'markSupported' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter outputStream should be final. | 27 | |
| coding | HiddenField | 'outputStream' hides a field. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 28 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 47 | |
| design | DesignForExtension | Method 'flush' is not designed for extension - needs to be abstract, final or empty. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter reader should be final. | 28 | |
| coding | HiddenField | 'reader' hides a field. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 29 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 53 | |
| design | DesignForExtension | Method 'skip' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| design | DesignForExtension | Method 'ready' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| design | DesignForExtension | Method 'markSupported' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| design | DesignForExtension | Method 'mark' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| design | DesignForExtension | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| misc | FinalParameters | Parameter writer should be final. | 26 | |
| coding | HiddenField | 'writer' hides a field. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 27 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 41 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 51 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 61 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| design | DesignForExtension | Method 'flush' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 82). | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter parent should be final. | 40 | |
| coding | HiddenField | 'parent' hides a field. | 40 | |
| misc | FinalParameters | Parameter currentNode should be final. | 40 | |
| coding | HiddenField | 'currentNode' hides a field. | 40 | |
| misc | FinalParameters | Parameter jsonPointer should be final. | 51 | |
| coding | HiddenField | 'jsonPointer' hides a field. | 51 | |
| misc | FinalParameters | Parameter i should be final. | 51 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 61 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 61 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 61 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 64 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | HiddenField | 'delegate' hides a field. | 35 | |
| design | DesignForExtension | Method 'getLast' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| design | DesignForExtension | Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| design | DesignForExtension | Method 'next' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 50 | |
| design | DesignForExtension | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| design | DesignForExtension | Method 'isIntegralNumber' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| design | DesignForExtension | Method 'getInt' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| design | DesignForExtension | Method 'getLong' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| design | DesignForExtension | Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| design | DesignForExtension | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| design | DesignForExtension | Method 'getArray' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| design | DesignForExtension | Method 'getArrayStream' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| design | DesignForExtension | Method 'getObjectStream' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| design | DesignForExtension | Method 'getValueStream' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| design | DesignForExtension | Method 'skipArray' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| design | DesignForExtension | Method 'skipObject' is not designed for extension - needs to be abstract, final or empty. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 80 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| design | DesignForExtension | Method 'setUseShortISO8601Format' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | HiddenField | 'useShortISO8601Format' hides a field. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 102 | |
| design | DesignForExtension | Method 'setDateTimeFormatter' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | HiddenField | 'dateTimeFormatter' hides a field. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 106 | |
| design | DesignForExtension | Method 'setUseBigDecimalStringAdapter' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter useBigDecimalStringAdapter should be final. | 106 | |
| coding | HiddenField | 'useBigDecimalStringAdapter' hides a field. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 110 | |
| design | DesignForExtension | Method 'setUseBigIntegerStringAdapter' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter useBigIntegerStringAdapter should be final. | 110 | |
| coding | HiddenField | 'useBigIntegerStringAdapter' hides a field. | 110 | |
| design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| design | DesignForExtension | Method 'entrySet' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| design | DesignForExtension | Method 'adapterKeys' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 152 | |
| sizes | MethodLength | Method length is 156 lines (max allowed is 150). | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 416 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 422 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 453 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 470 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 473 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 476 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 481 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 483 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 489 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 502 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 508 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 513 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 515 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 540 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 542 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 550 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 556 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 558 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 575 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 581 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 581 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 587 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 588 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 588 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 589 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 589 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 590 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 590 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 591 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 591 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 592 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 592 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 593 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 593 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 594 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 597 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 599 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 600 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 605 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 611 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 612 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 612 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 616 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 620 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 624 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 625 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 625 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 626 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 629 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 629 | |
| coding | MagicNumber | '10' is a magic number. | 631 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 631 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 643 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 643 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 645 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 30 | |
| coding | MagicNumber | '-128' is a magic number. | 31 | |
| coding | MagicNumber | '255' is a magic number. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Converters should be declared as final. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 80 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 21 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 81). | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | HiddenField | 'types' hides a field. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 49 | |
| design | DesignForExtension | Method 'getActualTypeArguments' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| design | DesignForExtension | Method 'getOwnerType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| design | DesignForExtension | Method 'getRawType' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 72 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 72 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 83 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 83 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter array should be final. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'array'. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter index should be final. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter index should be final. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter index should be final. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| misc | FinalParameters | Parameter index should be final. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| misc | FinalParameters | Parameter index should be final. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| misc | FinalParameters | Parameter index should be final. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| misc | FinalParameters | Parameter index should be final. | 167 | |
| misc | FinalParameters | Parameter clazz should be final. | 182 | |
| javadoc | JavadocMethod | Expected @param tag for 'clazz'. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 91). | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 31 | |
| misc | FinalParameters | Parameter fieldName should be final. | 37 | |
| misc | FinalParameters | Parameter type should be final. | 37 | |
| coding | MagicNumber | '50' is a magic number. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 39 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| misc | FinalParameters | Parameter fieldName should be final. | 50 | |
| coding | MagicNumber | '50' is a magic number. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| javadoc | JavadocMethod | Expected an @return tag. | 60 | |
| misc | FinalParameters | Parameter fieldName should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'fieldName'. | 60 | |
| coding | MagicNumber | '50' is a magic number. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 68 | |
| javadoc | JavadocMethod | Expected an @return tag. | 71 | |
| misc | FinalParameters | Parameter name should be final. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 58 |