The following document contains the results of Checkstyle 6.18 with sun_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 15 | 0 | 0 | 393 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | AvoidInlineConditionals | 6 | |
| HiddenField | 11 | ||
| design | DesignForExtension | 107 | |
| javadoc | JavadocMethod | 99 | |
| JavadocPackage | 2 | ||
| JavadocType | 15 | ||
| JavadocVariable | 18 | ||
| misc | FinalParameters | 1 | |
| sizes | LineLength | 133 | |
| whitespace | OperatorWrap | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 68 | |
| design | DesignForExtension | Method 'isReadable' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 80 | |
| design | DesignForExtension | Method 'readFrom' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 88 | |
| design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 94 | |
| design | DesignForExtension | Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 100 | |
| design | DesignForExtension | Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 108 | |
| design | DesignForExtension | Method 'setSnippetMaxLength' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| design | DesignForExtension | Method 'setUseJsRange' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| design | DesignForExtension | Method 'setUseBigDecimalForObjectNumbers' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| design | DesignForExtension | Method 'setIgnoreFieldsForType' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 132 | |
| design | DesignForExtension | Method 'setFailOnUnknownProperties' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| design | DesignForExtension | Method 'setPolymorphicSerializationPredicate' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| design | DesignForExtension | Method 'setPolymorphicDeserializationPredicate' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 154 | |
| design | DesignForExtension | Method 'setPolymorphicDiscriminatorMapper' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 167 | |
| design | DesignForExtension | Method 'setPolymorphicTypeLoader' 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 82). | 168 | |
| design | DesignForExtension | Method 'setPolymorphicDiscriminator' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| design | DesignForExtension | Method 'setSupportConstructors' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| design | DesignForExtension | Method 'setPretty' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 192 | |
| design | DesignForExtension | Method 'setSupportGetterForCollections' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| design | DesignForExtension | Method 'setSupportsComments' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| design | DesignForExtension | Method 'setIgnores' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | HiddenField | 'ignores' hides a field. | 200 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 201 | |
| design | DesignForExtension | Method 'setAccessMode' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| design | DesignForExtension | Method 'setAccessModeName' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 212 | |
| design | DesignForExtension | Method 'setAccessModeFieldFilteringStrategy' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 216 | |
| design | DesignForExtension | Method 'setInterfaceImplementationMapping' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 226 | |
| design | DesignForExtension | Method 'setAccessModeFieldFilteringStrategyName' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| design | DesignForExtension | Method 'setSupportHiddenAccess' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| design | DesignForExtension | Method 'setAttributeOrder' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| design | DesignForExtension | Method 'setReaderFactory' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 245 | |
| design | DesignForExtension | Method 'setGeneratorFactory' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| design | DesignForExtension | Method 'setDoCloseOnStreams' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| design | DesignForExtension | Method 'setSkipNull' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| design | DesignForExtension | Method 'setSkipEmptyArray' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| design | DesignForExtension | Method 'setBufferSize' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| design | DesignForExtension | Method 'setBufferStrategy' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 | |
| design | DesignForExtension | Method 'setMaxSize' 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 81). | 277 | |
| design | DesignForExtension | Method 'setTreatByteArrayAsBase64' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| design | DesignForExtension | Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| design | DesignForExtension | Method 'setReadAttributeBeforeWrite' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| design | DesignForExtension | Method 'setPrimitiveConverters' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| design | DesignForExtension | Method 'setDeduplicateObjects' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| misc | FinalParameters | Parameter deduplicateObjects should be final. | 293 | |
| design | DesignForExtension | Method 'setSerializeValueFilter' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 308 | |
| design | DesignForExtension | Method 'setUseBigDecimalForFloats' is not designed for extension - needs to be abstract, final or empty. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 312 | |
| design | DesignForExtension | Method 'setAutoAdjustStringBuffers' is not designed for extension - needs to be abstract, final or empty. | 312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 317 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 98). | 33 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | HiddenField | 'reader' hides a field. | 37 | |
| coding | HiddenField | 'writer' hides a field. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 38 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 38 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 38 | |
| design | DesignForExtension | Method 'isReadable' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 45 | |
| design | DesignForExtension | Method 'readFrom' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 54 | |
| design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 59 | |
| design | DesignForExtension | Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 65 | |
| design | DesignForExtension | Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 74 | |
| design | DesignForExtension | Method 'shouldThrowNoContentExceptionOnEmptyStreams' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
| 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. | 27 | |
| coding | HiddenField | 'ignores' hides a field. | 27 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 28 | |
| design | DesignForExtension | Method 'isIgnored' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | HiddenField | 'mapper' hides a field. | 51 | |
| design | DesignForExtension | Method 'isReadable' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 58 | |
| design | DesignForExtension | Method 'readFrom' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | HiddenField | 'mapper' hides a field. | 52 | |
| design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 59 | |
| design | DesignForExtension | Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 65 | |
| design | DesignForExtension | Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'shouldThrowNoContentExceptionOnEmptyStreams' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | HiddenField | 'factory' hides a field. | 52 | |
| coding | HiddenField | 'closeStream' hides a field. | 52 | |
| design | DesignForExtension | Method 'isReadable' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 59 | |
| design | DesignForExtension | Method 'readFrom' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 70 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | HiddenField | 'factory' hides a field. | 52 | |
| design | DesignForExtension | Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 59 | |
| design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 64 | |
| design | DesignForExtension | Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 78 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'readFrom' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 46 | |
| design | DesignForExtension | Method 'shouldThrowNoContentExceptionOnEmptyStreams' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 81). | 32 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | HiddenField | 'delegate' hides a field. | 35 | |
| design | DesignForExtension | Method 'getDelegate' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| design | DesignForExtension | Method 'isReadable' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 44 | |
| design | DesignForExtension | Method 'readFrom' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 45 | |
| design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| design | DesignForExtension | Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 87). | 46 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 69 | |
| design | DesignForExtension | Method 'isReadable' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 81 | |
| design | DesignForExtension | Method 'readFrom' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 89 | |
| design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 95 | |
| design | DesignForExtension | Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 101 | |
| design | DesignForExtension | Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 109 | |
| design | DesignForExtension | Method 'setIgnoreFieldsForType' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 121 | |
| design | DesignForExtension | Method 'setSnippetMaxLength' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| design | DesignForExtension | Method 'setFailOnUnknownProperties' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| design | DesignForExtension | Method 'setSupportConstructors' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| design | DesignForExtension | Method 'setPretty' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 145 | |
| design | DesignForExtension | Method 'setSupportGetterForCollections' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| design | DesignForExtension | Method 'setSupportsComments' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| design | DesignForExtension | Method 'setIgnores' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | HiddenField | 'ignores' hides a field. | 153 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 154 | |
| design | DesignForExtension | Method 'setAccessMode' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| design | DesignForExtension | Method 'setAccessModeName' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 165 | |
| design | DesignForExtension | Method 'setAccessModeFieldFilteringStrategy' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| design | DesignForExtension | Method 'setAccessModeFieldFilteringStrategyName' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| design | DesignForExtension | Method 'setSupportHiddenAccess' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| design | DesignForExtension | Method 'setAttributeOrder' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| design | DesignForExtension | Method 'setReaderFactory' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 185 | |
| design | DesignForExtension | Method 'setGeneratorFactory' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| design | DesignForExtension | Method 'setDoCloseOnStreams' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| design | DesignForExtension | Method 'setSkipNull' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| design | DesignForExtension | Method 'setSkipEmptyArray' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| design | DesignForExtension | Method 'setBufferSize' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| design | DesignForExtension | Method 'setBufferStrategy' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| design | DesignForExtension | Method 'setMaxSize' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 217 | |
| design | DesignForExtension | Method 'setTreatByteArrayAsBase64' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| design | DesignForExtension | Method 'setReadAttributeBeforeWrite' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| design | DesignForExtension | Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| design | DesignForExtension | Method 'setPrimitiveConverters' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 233 | |
| design | DesignForExtension | Method 'setUseBigDecimalForFloats' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| design | DesignForExtension | Method 'setSerializeValueFilter' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 29 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'shouldThrowNoContentExceptionOnEmptyStreams' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'shouldThrowNoContentExceptionOnEmptyStreams' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 94 |