The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | NeedBraces | 6 | |
| coding | AvoidInlineConditionals | 4 | |
| EqualsHashCode | 1 | ||
| HiddenField | 8 | ||
| InnerAssignment | 1 | ||
| MagicNumber | 3 | ||
| design | DesignForExtension | 37 | |
| HideUtilityClassConstructor | 7 | ||
| VisibilityModifier | 3 | ||
| imports | UnusedImports | 10 | |
| javadoc | JavadocMethod | 42 | |
| JavadocPackage | 7 | ||
| JavadocStyle | 3 | ||
| JavadocType | 2 | ||
| JavadocVariable | 32 | ||
| misc | FinalParameters | 100 | |
| NewlineAtEndOfFile | 1 | ||
| modifier | RedundantModifier | 6 | |
| sizes | LineLength | 121 | |
| whitespace | EmptyForIteratorPad | 3 | |
| ParenPad | 106 | ||
| WhitespaceAfter | 4 | ||
| WhitespaceAround | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 44 | |
| misc | FinalParameters | Parameter entry should be final. | 50 | |
| misc | FinalParameters | Parameter queue should be final. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 61 | |
| misc | FinalParameters | Parameter queue should be final. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 84 | |
| misc | FinalParameters | Parameter stream should be final. | 84 | |
| misc | FinalParameters | Parameter initialWait should be final. | 84 | |
| misc | FinalParameters | Parameter secondaryWait should be final. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 100 | |
| misc | FinalParameters | Parameter domain should be final. | 103 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 103 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 114 | |
| javadoc | JavadocMethod | Expected @param tag for '<V>'. | 118 | |
| misc | FinalParameters | Parameter name should be final. | 118 | |
| misc | FinalParameters | Parameter mbean should be final. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter parts should be final. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 51 | |
| coding | MagicNumber | '24' is a magic number. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.fasterxml.jackson.databind.node.ValueNode. | 26 | |
| imports | UnusedImports | Unused import - org.codehaus.jackson.JsonFactory. | 30 | |
| imports | UnusedImports | Unused import - java.util.ArrayList. | 32 | |
| imports | UnusedImports | Unused import - java.util.Arrays. | 33 | |
| imports | UnusedImports | Unused import - java.util.HashMap. | 34 | |
| imports | UnusedImports | Unused import - java.util.List. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter mapper should be final. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter mapper should be final. | 56 | |
| coding | HiddenField | 'mapper' hides a field. | 56 | |
| design | DesignForExtension | Method 'flattenToMap' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter object should be final. | 60 | |
| design | DesignForExtension | Method 'flattenToObjectNode' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter object should be final. | 64 | |
| design | DesignForExtension | Method 'unflattenMap' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter object should be final. | 68 | |
| design | DesignForExtension | Method 'unflattenObjectNode' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter object should be final. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter mapper should be final. | 76 | |
| misc | FinalParameters | Parameter object should be final. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 79 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter mapper should be final. | 86 | |
| misc | FinalParameters | Parameter object should be final. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 89 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 90 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter mapper should be final. | 96 | |
| misc | FinalParameters | Parameter object should be final. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 99 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 100 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 100 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter mapper should be final. | 106 | |
| misc | FinalParameters | Parameter object should be final. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 109 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 110 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 110 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 122 | |
| misc | FinalParameters | Parameter content should be final. | 122 | |
| misc | FinalParameters | Parameter parent should be final. | 122 | |
| whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 126 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 129 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 129 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 129 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 130 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 131 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 132 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 133 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 133 | |
| design | DesignForExtension | Method 'cleanProperties' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| misc | FinalParameters | Parameter content should be final. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| misc | FinalParameters | Parameter mapper should be final. | 148 | |
| misc | FinalParameters | Parameter content should be final. | 148 | |
| whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 156 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 156 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 156 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 157 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 158 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 159 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 159 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 159 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 162 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 163 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 164 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 164 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 167 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 167 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 169 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 169 | |
| misc | FinalParameters | Parameter content should be final. | 186 | |
| misc | FinalParameters | Parameter parent should be final. | 186 | |
| misc | FinalParameters | Parameter content should be final. | 195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 196 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 196 | |
| whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 200 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 200 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 200 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 201 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 202 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 202 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 202 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 204 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 205 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 205 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 208 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 208 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 81). | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 | |
| misc | FinalParameters | Parameter obj should be final. | 44 | |
| misc | FinalParameters | Parameter serialized should be final. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 69 | |
| misc | FinalParameters | Parameter obj should be final. | 84 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter baseBackOffTime should be final. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 45 | |
| misc | FinalParameters | Parameter baseBackOffTime should be final. | 45 | |
| misc | FinalParameters | Parameter maximumNumberOfBackOffAttempts should be final. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 50 | |
| design | DesignForExtension | Method 'backOff' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 64 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 64 | |
| design | DesignForExtension | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 83 | |
| coding | HiddenField | 'baseSleepTime' hides a field. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 83). | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter message should be final. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter attemptCount should be final. | 35 | |
| coding | HiddenField | 'attemptCount' hides a field. | 35 | |
| misc | FinalParameters | Parameter maxSleepTime should be final. | 35 | |
| misc | FinalParameters | Parameter message should be final. | 46 | |
| misc | FinalParameters | Parameter attemptCount should be final. | 46 | |
| coding | HiddenField | 'attemptCount' hides a field. | 46 | |
| misc | FinalParameters | Parameter maxSleepTime should be final. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 54 | |
| design | DesignForExtension | Method 'getNumberOfBackOffsAttempted' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 63 | |
| design | DesignForExtension | Method 'getLongestBackOff' is not designed for extension - needs to be abstract, final or empty. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 114). | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 49 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 125). | 21 | |
| misc | FinalParameters | Parameter baseBackOffTimeInMiliseconds should be final. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 42 | |
| misc | FinalParameters | Parameter baseBackOffTimeInMiliseconds should be final. | 42 | |
| misc | FinalParameters | Parameter maximumNumberOfBackOffAttempts should be final. | 42 | |
| design | DesignForExtension | Method 'calculateBackOffTime' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| misc | FinalParameters | Parameter attemptCount should be final. | 47 | |
| misc | FinalParameters | Parameter baseSleepTime should be final. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 104). | 21 | |
| misc | FinalParameters | Parameter baseBackOffTimeInSeconds should be final. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 38 | |
| misc | FinalParameters | Parameter baseBackOffTimeInSeconds should be final. | 38 | |
| misc | FinalParameters | Parameter maxNumAttempts should be final. | 38 | |
| design | DesignForExtension | Method 'calculateBackOffTime' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| misc | FinalParameters | Parameter attemptCount should be final. | 43 | |
| misc | FinalParameters | Parameter baseSleepTime should be final. | 43 | |
| coding | MagicNumber | '1000' is a magic number. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 130). | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter baseBackOffTimeInSeconds should be final. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter baseBackOffTimeInSeconds should be final. | 31 | |
| misc | FinalParameters | Parameter maxAttempts should be final. | 31 | |
| design | DesignForExtension | Method 'calculateBackOffTime' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| misc | FinalParameters | Parameter attemptCount should be final. | 36 | |
| misc | FinalParameters | Parameter baseSleepTime should be final. | 36 | |
| coding | MagicNumber | '1000L' is a magic number. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 30 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| misc | FinalParameters | Parameter object should be final. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 115). | 21 | |
| javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 28 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 43 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 120). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 27 | |
| javadoc | JavadocStyle | Extra HTML tag found: </p> | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 30 | |
| javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter tokens should be final. | 48 | |
| design | DesignForExtension | Method 'addTokenToPool' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| misc | FinalParameters | Parameter token should be final. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 60 | |
| design | DesignForExtension | Method 'addAllTokensToPool' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| misc | FinalParameters | Parameter tokens should be final. | 64 | |
| design | DesignForExtension | Method 'getNextAvailableToken' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| design | DesignForExtension | Method 'numAvailableTokens' is not designed for extension - needs to be abstract, final or empty. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 | |
| misc | FinalParameters | Parameter fieldNode should be final. | 33 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 47 | |
| misc | FinalParameters | Parameter inputFile should be final. | 47 | |
| misc | FinalParameters | Parameter sourceDirectory should be final. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 52 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 53 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 69 | |
| misc | FinalParameters | Parameter inputFile should be final. | 69 | |
| misc | FinalParameters | Parameter originalExtension should be final. | 69 | |
| misc | FinalParameters | Parameter newExtension should be final. | 69 | |
| misc | FinalParameters | Parameter inputFile should be final. | 82 | |
| misc | FinalParameters | Parameter resourceFile should be final. | 95 | |
| misc | FinalParameters | Parameter resourceContent should be final. | 95 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 113 | |
| misc | FinalParameters | Parameter config should be final. | 113 | |
| misc | FinalParameters | Parameter schemaFiles should be final. | 113 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 88). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| coding | HiddenField | 'uri' hides a field. | 43 | |
| misc | FinalParameters | Parameter content should be final. | 43 | |
| coding | HiddenField | 'content' hides a field. | 43 | |
| misc | FinalParameters | Parameter parent should be final. | 43 | |
| coding | HiddenField | 'parent' hides a field. | 43 | |
| misc | FinalParameters | Parameter generate should be final. | 43 | |
| coding | HiddenField | 'generate' hides a field. | 43 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 48 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'getUri' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| design | DesignForExtension | Method 'getParentContent' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 68 | |
| design | DesignForExtension | Method 'getParentUri' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 80 | |
| design | DesignForExtension | Method 'isGenerated' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| design | DesignForExtension | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 88). | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 82). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | VisibilityModifier | Variable 'schemas' must be private and have accessor methods. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'fragmentResolver' must be private and have accessor methods. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'contentResolver' must be private and have accessor methods. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| misc | FinalParameters | Parameter uri should be final. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 66 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 69 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 72 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 79 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 79 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 90 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 91 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 96 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 96 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| misc | FinalParameters | Parameter parent should be final. | 114 | |
| misc | FinalParameters | Parameter path should be final. | 114 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 123 | |
| design | DesignForExtension | Method 'selfReferenceWithoutParentFile' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| misc | FinalParameters | Parameter parent should be final. | 131 | |
| misc | FinalParameters | Parameter path should be final. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 132 | |
| design | DesignForExtension | Method 'clearCache' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| design | DesignForExtension | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| design | DesignForExtension | Method 'getById' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| misc | FinalParameters | Parameter id should be final. | 146 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 147 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 147 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 148 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 148 | |
| design | DesignForExtension | Method 'getByUri' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| misc | FinalParameters | Parameter uri should be final. | 156 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 157 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 157 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 158 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 158 | |
| design | DesignForExtension | Method 'getFileUriCount' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 168 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 168 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 169 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 169 | |
| design | DesignForExtension | Method 'getHttpUriCount' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 179 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 179 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 180 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 180 | |
| design | DesignForExtension | Method 'getSchemaIterator' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| design | DesignForExtension | Method 'resolveProperties' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 195 | |
| misc | FinalParameters | Parameter schema should be final. | 195 | |
| misc | FinalParameters | Parameter fieldNode should be final. | 195 | |
| misc | FinalParameters | Parameter resourceId should be final. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 212 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 216 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 230 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 267 | |
| design | DesignForExtension | Method 'resolveItems' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| misc | FinalParameters | Parameter schema should be final. | 267 | |
| misc | FinalParameters | Parameter fieldNode should be final. | 267 | |
| misc | FinalParameters | Parameter resourceId should be final. | 267 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 272 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 282 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 286 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 300 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 312 | |
| design | DesignForExtension | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 328 | |
| misc | FinalParameters | Parameter left should be final. | 329 | |
| misc | FinalParameters | Parameter right should be final. | 329 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 331 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 336 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 336 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 338 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 343 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 343 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 345 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 350 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 353 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 353 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 357 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 357 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 364 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 365 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 365 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 374 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 381 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 381 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 390 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 400 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 400 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.fasterxml.jackson.databind.JsonNode. | 21 | |
| imports | UnusedImports | Unused import - com.fasterxml.jackson.databind.node.JsonNodeType. | 23 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 29 | |
| imports | UnusedImports | Unused import - java.util.Map. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 35 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter parentQualifiedName should be final. | 43 | |
| misc | FinalParameters | Parameter childSimpleName should be final. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 45 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 45 | |
| misc | FinalParameters | Parameter schemaUrl should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter id should be final. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter id should be final. | 35 | |
| misc | FinalParameters | Parameter absolute should be final. | 45 | |
| misc | FinalParameters | Parameter relativePart should be final. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 |