The following document contains the results of Checkstyle 5.7. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | AvoidNestedBlocks | 1 | |
| EmptyBlock | 1 | ||
| coding | AvoidInlineConditionals | 26 | |
| HiddenField | 52 | ||
| design | DesignForExtension | 95 | |
| VisibilityModifier | 39 | ||
| javadoc | JavadocMethod | 124 | |
JavadocPackage
|
4 | ||
| JavadocStyle | 1 | ||
| JavadocType | 51 | ||
| JavadocVariable | 83 | ||
| misc | TodoComment | 1 | |
| modifier | ModifierOrder | 2 | |
| RedundantModifier | 3 | ||
| regexp | RegexpSingleline
|
4 | |
| sizes | LineLength | 213 | |
| ParameterNumber | 2 | ||
| whitespace | OperatorWrap | 6 | |
| WhitespaceAfter | 1 | ||
| WhitespaceAround | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 32 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 32 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 34 |
| 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 | JavadocMethod | Unused Javadoc tag. | 38 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 43 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| design | VisibilityModifier | Variable 'mappings' must be private and have accessor methods. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'readerFactory' must be private and have accessor methods. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'generatorFactory' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'close' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'converters' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'skipNull' must be private and have accessor methods. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | VisibilityModifier | Variable 'skipEmptyArray' must be private and have accessor methods. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| design | VisibilityModifier | Variable 'treatByteArrayAsBase64' must be private and have accessor methods. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| sizes | ParameterNumber | More than 7 parameters (found 12). | 86 | |
| coding | HiddenField | 'readerFactory' hides a field. | 86 | |
| coding | HiddenField | 'generatorFactory' hides a field. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 87 | |
| coding | HiddenField | 'converters' hides a field. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 88 | |
| coding | HiddenField | 'version' hides a field. | 88 | |
| coding | HiddenField | 'skipNull' hides a field. | 88 | |
| coding | HiddenField | 'skipEmptyArray' hides a field. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 89 | |
| coding | HiddenField | 'treatByteArrayAsBase64' hides a field. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| design | DesignForExtension | Method 'writeArray' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| design | DesignForExtension | Method 'writeArray' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| design | DesignForExtension | Method 'writeArray' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 221 | |
| design | DesignForExtension | Method 'writeArray' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 225 | |
| design | DesignForExtension | Method 'writeArray' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 256 | |
| design | DesignForExtension | Method 'writeIterable' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 260 | |
| design | DesignForExtension | Method 'writeIterable' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| design | DesignForExtension | Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 278 | |
| design | DesignForExtension | Method 'writeObject' 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 81). | 283 | |
| design | DesignForExtension | Method 'writeObjectAsString' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 332 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 356 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 367 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 367 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 385 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 386 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 386 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 387 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 387 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 395 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 395 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 395 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 404 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 405 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 405 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 406 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 434 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 438 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 438 | |
| design | DesignForExtension | Method 'readObject' is not designed for extension - needs to be abstract, final or empty. | 459 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 459 | |
| design | DesignForExtension | Method 'readObject' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 463 | |
| design | DesignForExtension | Method 'readObject' is not designed for extension - needs to be abstract, final or empty. | 467 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 467 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 471 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 483 | |
| design | DesignForExtension | Method 'readCollection' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 483 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 485 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 487 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 500 | |
| design | DesignForExtension | Method 'readJohnzonCollection' is not designed for extension - needs to be abstract, final or empty. | 500 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 500 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 504 | |
| design | DesignForExtension | Method 'readJohnzonCollection' is not designed for extension - needs to be abstract, final or empty. | 504 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 504 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 508 | |
| design | DesignForExtension | Method 'readCollection' is not designed for extension - needs to be abstract, final or empty. | 508 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 508 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 510 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 512 | |
| design | DesignForExtension | Method 'readArray' is not designed for extension - needs to be abstract, final or empty. | 525 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 525 | |
| design | DesignForExtension | Method 'readArray' is not designed for extension - needs to be abstract, final or empty. | 530 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 530 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 535 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 547 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 547 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 550 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 557 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 576 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 583 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 595 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 598 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 598 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 599 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 604 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 614 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 614 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 615 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 615 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 616 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 616 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 616 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 617 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 617 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 621 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 621 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 622 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 624 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 629 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 629 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 641 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 644 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 644 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 645 | |
| whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 645 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 648 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 665 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 707 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 708 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 711 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 714 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 714 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 724 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 734 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 737 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 737 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 746 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 749 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 759 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 759 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 768 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 776 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 776 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 777 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 77 | |
| 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 | |
| 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 | |
| design | VisibilityModifier | Variable 'pretty' must be private and have accessor methods. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 142 | |
| design | DesignForExtension | Method 'setSupportGetterForCollections' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| design | DesignForExtension | Method 'setSupportsComments' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| coding | HiddenField | 'supportsComments' hides a field. | 150 | |
| design | DesignForExtension | Method 'setPretty' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | HiddenField | 'pretty' hides a field. | 155 | |
| design | DesignForExtension | Method 'setBufferSize' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| coding | HiddenField | 'bufferSize' hides a field. | 160 | |
| design | DesignForExtension | Method 'setBufferStrategy' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | HiddenField | 'bufferStrategy' hides a field. | 165 | |
| design | DesignForExtension | Method 'setMaxSize' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| design | DesignForExtension | Method 'setAccessMode' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| design | DesignForExtension | Method 'setAccessModeName' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 195 | |
| design | DesignForExtension | Method 'setSupportHiddenAccess' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| coding | HiddenField | 'supportHiddenAccess' hides a field. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 200 | |
| design | DesignForExtension | Method 'setAttributeOrder' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | HiddenField | 'attributeOrder' hides a field. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 205 | |
| design | DesignForExtension | Method 'setReaderFactory' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| coding | HiddenField | 'readerFactory' hides a field. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 210 | |
| design | DesignForExtension | Method 'setGeneratorFactory' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| coding | HiddenField | 'generatorFactory' hides a field. | 210 | |
| design | DesignForExtension | Method 'setDoCloseOnStreams' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| coding | HiddenField | 'doCloseOnStreams' hides a field. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 220 | |
| design | DesignForExtension | Method 'addPropertyEditor' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| coding | HiddenField | 'version' hides a field. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| design | DesignForExtension | Method 'setSkipNull' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| coding | HiddenField | 'skipNull' hides a field. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| design | DesignForExtension | Method 'setSkipEmptyArray' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| coding | HiddenField | 'skipEmptyArray' hides a field. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 240 | |
| design | DesignForExtension | Method 'setTreatByteArrayAsBase64' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| coding | HiddenField | 'treatByteArrayAsBase64' hides a field. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 245 | |
| design | DesignForExtension | Method 'setSupportConstructors' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| coding | HiddenField | 'supportConstructors' hides a field. | 245 |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 31 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'findReaders' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 41 | |
| design | DesignForExtension | Method 'findWriters' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 61 | |
| design | DesignForExtension | Method 'isIgnored' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 87 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 87 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'field' must be private and have accessor methods. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | HiddenField | 'field' hides a field. | 90 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| design | DesignForExtension | Method 'getAnnotation' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 108 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 123 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 128 |
| 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 | |
| design | DesignForExtension | Method 'findReaders' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 31 | |
| design | DesignForExtension | Method 'findWriters' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | HiddenField | 'supportGetterAsWritter' hides a field. | 37 | |
| design | DesignForExtension | Method 'findReaders' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 51 | |
| design | DesignForExtension | Method 'findWriters' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 78 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 78 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 79 | |
| design | DesignForExtension | Method 'isIgnored' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 96 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 96 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | VisibilityModifier | Variable 'method' must be private and have accessor methods. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | HiddenField | 'method' hides a field. | 99 | |
| design | DesignForExtension | Method 'getAnnotation' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 112 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| design | DesignForExtension | Method 'getType' 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. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 132 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 161 |
| 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. | 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 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| design | DesignForExtension | Method 'fromString' is not designed for extension - needs to be abstract, final or empty. | 42 |
| 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 | 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 | |
| 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. | 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 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 | JavadocPackage | Missing package-info.java file. | ||
| 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. | 54 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | VisibilityModifier | Variable 'clazz' must be private and have accessor methods. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'getters' must be private and have accessor methods. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'setters' must be private and have accessor methods. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'constructor' must be private and have accessor methods. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | VisibilityModifier | Variable 'constructorHasArguments' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'constructorParameters' must be private and have accessor methods. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'constructorParameterConverters' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'constructorParameterTypes' must be private and have accessor methods. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | HiddenField | 'clazz' hides a field. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 66 | |
| coding | HiddenField | 'getters' hides a field. | 66 | |
| coding | HiddenField | 'setters' hides a field. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 111 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 128 | |
| design | VisibilityModifier | Variable 'raw' must be private and have accessor methods. | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| design | VisibilityModifier | Variable 'arg' must be private and have accessor methods. | 129 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| design | VisibilityModifier | Variable 'primitive' must be private and have accessor methods. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | HiddenField | 'primitive' hides a field. | 132 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 139 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 140 | |
| design | VisibilityModifier | Variable 'reader' must be private and have accessor methods. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 141 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 142 | |
| design | VisibilityModifier | Variable 'converter' must be private and have accessor methods. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| design | VisibilityModifier | Variable 'primitive' must be private and have accessor methods. | 143 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 144 | |
| design | VisibilityModifier | Variable 'array' must be private and have accessor methods. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| design | VisibilityModifier | Variable 'map' must be private and have accessor methods. | 145 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 146 | |
| design | VisibilityModifier | Variable 'collection' must be private and have accessor methods. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| coding | HiddenField | 'reader' hides a field. | 148 | |
| coding | HiddenField | 'primitive' hides a field. | 149 | |
| coding | HiddenField | 'array' hides a field. | 149 | |
| coding | HiddenField | 'collection' hides a field. | 150 | |
| coding | HiddenField | 'map' hides a field. | 150 | |
| coding | HiddenField | 'converter' hides a field. | 151 | |
| coding | HiddenField | 'version' hides a field. | 151 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 163 | |
| design | VisibilityModifier | Variable 'writer' must be private and have accessor methods. | 163 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 164 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| design | VisibilityModifier | Variable 'paramType' must be private and have accessor methods. | 165 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 166 | |
| design | VisibilityModifier | Variable 'converter' must be private and have accessor methods. | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| design | VisibilityModifier | Variable 'primitive' must be private and have accessor methods. | 167 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 168 | |
| design | VisibilityModifier | Variable 'array' must be private and have accessor methods. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| coding | HiddenField | 'writer' hides a field. | 170 | |
| coding | HiddenField | 'primitive' hides a field. | 170 | |
| coding | HiddenField | 'array' hides a field. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 171 | |
| coding | HiddenField | 'paramType' hides a field. | 171 | |
| coding | HiddenField | 'converter' hides a field. | 171 | |
| coding | HiddenField | 'version' hides a field. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 181 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 183 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 183 | |
| design | VisibilityModifier | Variable 'classes' must be private and have accessor methods. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 184 | |
| design | VisibilityModifier | Variable 'collections' must be private and have accessor methods. | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 185 | |
| design | VisibilityModifier | Variable 'fieldOrdering' must be private and have accessor methods. | 185 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| coding | HiddenField | 'accessMode' hides a field. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 192 | |
| coding | HiddenField | 'supportHiddenConstructors' hides a field. | 192 | |
| coding | HiddenField | 'supportConstructors' hides a field. | 192 | |
| coding | HiddenField | 'version' hides a field. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 201 | |
| design | DesignForExtension | Method 'findCollectionMapping' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 224 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| design | DesignForExtension | Method 'getClassMapping' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| design | DesignForExtension | Method 'findOrCreateClassMapping' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 293 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 329 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 329 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 341 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 344 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 344 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 354 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 355 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 361 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 363 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 409 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 413 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 413 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 416 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 416 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 420 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 428 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 429 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 430 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 431 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 434 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 434 | |
| coding | HiddenField | 'paths' hides a field. | 434 | |
| coding | HiddenField | 'version' hides a field. | 434 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 450 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 458 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 458 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 478 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 482 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 483 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 484 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 485 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 487 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 487 | |
| coding | HiddenField | 'writers' hides a field. | 487 | |
| coding | HiddenField | 'paths' hides a field. | 487 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 494 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 503 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 503 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 513 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 513 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 514 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 521 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 537 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 541 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 542 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 544 | |
| coding | HiddenField | 'delegates' hides a field. | 544 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 545 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 561 | |
| blocks | EmptyBlock | Must have at least one statement. | 565 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 568 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 582 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 586 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 587 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 589 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 590 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 615 |