The following document contains the results of Checkstyle 7.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | AvoidInlineConditionals | 4 | ![]() |
EqualsHashCode | 1 | ![]() | |
HiddenField | 8 | ![]() | |
InnerAssignment | 1 | ![]() | |
MagicNumber | 3 | ![]() | |
design | DesignForExtension | 31 | ![]() |
HideUtilityClassConstructor | 7 | ![]() | |
VisibilityModifier | 3 | ![]() | |
imports | UnusedImports
|
10 | ![]() |
javadoc | JavadocMethod | 40 | ![]() |
JavadocPackage | 7 | ![]() | |
JavadocStyle | 3 | ![]() | |
JavadocType | 2 | ![]() | |
JavadocVariable | 32 | ![]() | |
misc | FinalParameters | 96 | ![]() |
NewlineAtEndOfFile | 1 | ![]() | |
modifier | RedundantModifier | 6 | ![]() |
sizes | LineLength | 117 | ![]() |
whitespace | EmptyForIteratorPad | 1 | ![]() |
ParenPad | 87 | ![]() | |
WhitespaceAfter | 3 | ![]() | |
WhitespaceAround | 7 | ![]() |
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 |
---|---|---|---|---|
![]() |
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.apache.commons.lang3.StringUtils. | 29 |
![]() |
imports | UnusedImports | Unused import - java.util.ArrayList. | 31 |
![]() |
imports | UnusedImports | Unused import - java.util.Arrays. | 32 |
![]() |
imports | UnusedImports | Unused import - java.util.HashMap. | 33 |
![]() |
imports | UnusedImports | Unused import - java.util.List. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
misc | FinalParameters | Parameter mapper should be final. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
misc | FinalParameters | Parameter mapper should be final. | 55 |
![]() |
coding | HiddenField | 'mapper' hides a field. | 55 |
![]() |
design | DesignForExtension | Class 'PropertyUtil' looks like designed for extension (can be subclassed), but the method 'flattenToMap' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PropertyUtil' final or making the method 'flattenToMap' static/final/abstract/empty, or adding allowed annotation for the method. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter object should be final. | 59 |
![]() |
design | DesignForExtension | Class 'PropertyUtil' looks like designed for extension (can be subclassed), but the method 'flattenToObjectNode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PropertyUtil' final or making the method 'flattenToObjectNode' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter object should be final. | 63 |
![]() |
design | DesignForExtension | Class 'PropertyUtil' looks like designed for extension (can be subclassed), but the method 'unflattenMap' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PropertyUtil' final or making the method 'unflattenMap' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter object should be final. | 67 |
![]() |
design | DesignForExtension | Class 'PropertyUtil' looks like designed for extension (can be subclassed), but the method 'unflattenObjectNode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PropertyUtil' final or making the method 'unflattenObjectNode' static/final/abstract/empty, or adding allowed annotation for the method. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter object should be final. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter mapper should be final. | 75 |
![]() |
misc | FinalParameters | Parameter object should be final. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 78 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 79 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 79 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
misc | FinalParameters | Parameter mapper should be final. | 85 |
![]() |
misc | FinalParameters | Parameter object should be final. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 88 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 89 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 89 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter mapper should be final. | 95 |
![]() |
misc | FinalParameters | Parameter object should be final. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 98 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 99 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 99 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter mapper should be final. | 105 |
![]() |
misc | FinalParameters | Parameter object should be final. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 108 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 109 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 109 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 121 |
![]() |
misc | FinalParameters | Parameter content should be final. | 121 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 121 |
![]() |
whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 125 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 128 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 128 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 128 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 129 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 130 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 131 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 132 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 |
![]() |
misc | FinalParameters | Parameter content should be final. | 149 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 149 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
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 | Class 'AbstractBackOffStrategy' looks like designed for extension (can be subclassed), but the method 'backOff' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractBackOffStrategy' final or making the method 'backOff' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 64 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 64 |
![]() |
design | DesignForExtension | Class 'AbstractBackOffStrategy' looks like designed for extension (can be subclassed), but the method 'reset' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractBackOffStrategy' final or making the method 'reset' static/final/abstract/empty, or adding allowed annotation for the method. | 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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 63 |
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 | Class 'ConstantTimeBackOffStrategy' looks like designed for extension (can be subclassed), but the method 'calculateBackOffTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConstantTimeBackOffStrategy' final or making the method 'calculateBackOffTime' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
![]() |
misc | FinalParameters | Parameter attemptCount should be final. | 47 |
![]() |
misc | FinalParameters | Parameter baseSleepTime should be final. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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 | Class 'ExponentialBackOffStrategy' looks like designed for extension (can be subclassed), but the method 'calculateBackOffTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExponentialBackOffStrategy' final or making the method 'calculateBackOffTime' static/final/abstract/empty, or adding allowed annotation for the method. | 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 |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
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 | Class 'LinearTimeBackOffStrategy' looks like designed for extension (can be subclassed), but the method 'calculateBackOffTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LinearTimeBackOffStrategy' final or making the method 'calculateBackOffTime' static/final/abstract/empty, or adding allowed annotation for the method. | 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. | |
![]() |
design | DesignForExtension | Class 'AbstractOauthToken' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractOauthToken' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
![]() |
coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 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 | Class 'BasicTokenManager' looks like designed for extension (can be subclassed), but the method 'addTokenToPool' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BasicTokenManager' final or making the method 'addTokenToPool' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
misc | FinalParameters | Parameter token should be final. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 60 |
![]() |
design | DesignForExtension | Class 'BasicTokenManager' looks like designed for extension (can be subclassed), but the method 'addAllTokensToPool' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BasicTokenManager' final or making the method 'addAllTokensToPool' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
misc | FinalParameters | Parameter tokens should be final. | 64 |
![]() |
design | DesignForExtension | Class 'BasicTokenManager' looks like designed for extension (can be subclassed), but the method 'getNextAvailableToken' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BasicTokenManager' final or making the method 'getNextAvailableToken' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
design | DesignForExtension | Class 'BasicTokenManager' looks like designed for extension (can be subclassed), but the method 'numAvailableTokens' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BasicTokenManager' final or making the method 'numAvailableTokens' static/final/abstract/empty, or adding allowed annotation for the method. | 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 |
---|---|---|---|---|
![]() |
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 | JavadocPackage | Missing package-info.java file. | |
![]() |
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 | Class 'Schema' looks like designed for extension (can be subclassed), but the method 'getId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Schema' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
design | DesignForExtension | Class 'Schema' looks like designed for extension (can be subclassed), but the method 'getUri' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Schema' final or making the method 'getUri' static/final/abstract/empty, or adding allowed annotation for the method. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
design | DesignForExtension | Class 'Schema' looks like designed for extension (can be subclassed), but the method 'getContent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Schema' final or making the method 'getContent' static/final/abstract/empty, or adding allowed annotation for the method. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 68 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 68 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 80 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 80 |
![]() |
design | DesignForExtension | Class 'Schema' looks like designed for extension (can be subclassed), but the method 'isGenerated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Schema' final or making the method 'isGenerated' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
design | DesignForExtension | Class 'Schema' looks like designed for extension (can be subclassed), but the method 'getParent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Schema' final or making the method 'getParent' static/final/abstract/empty, or adding allowed annotation for the method. | 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 | Class 'SchemaStoreImpl' looks like designed for extension (can be subclassed), but the method 'create' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SchemaStoreImpl' final or making the method 'create' static/final/abstract/empty, or adding allowed annotation for the method. | 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 | Class 'SchemaStoreImpl' looks like designed for extension (can be subclassed), but the method 'create' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SchemaStoreImpl' final or making the method 'create' static/final/abstract/empty, or adding allowed annotation for the method. | 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 | Class 'SchemaStoreImpl' looks like designed for extension (can be subclassed), but the method 'selfReferenceWithoutParentFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SchemaStoreImpl' final or making the method 'selfReferenceWithoutParentFile' static/final/abstract/empty, or adding allowed annotation for the method. | 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 | Class 'SchemaStoreImpl' looks like designed for extension (can be subclassed), but the method 'clearCache' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SchemaStoreImpl' final or making the method 'clearCache' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
design | DesignForExtension | Class 'SchemaStoreImpl' looks like designed for extension (can be subclassed), but the method 'getSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SchemaStoreImpl' final or making the method 'getSize' static/final/abstract/empty, or adding allowed annotation for the method. | 140 |
![]() |
design | DesignForExtension | Class 'SchemaStoreImpl' looks like designed for extension (can be subclassed), but the method 'getById' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SchemaStoreImpl' final or making the method 'getById' static/final/abstract/empty, or adding allowed annotation for the method. | 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 | Class 'SchemaStoreImpl' looks like designed for extension (can be subclassed), but the method 'getByUri' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SchemaStoreImpl' final or making the method 'getByUri' static/final/abstract/empty, or adding allowed annotation for the method. | 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 | Class 'SchemaStoreImpl' looks like designed for extension (can be subclassed), but the method 'getFileUriCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SchemaStoreImpl' final or making the method 'getFileUriCount' static/final/abstract/empty, or adding allowed annotation for the method. | 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 | Class 'SchemaStoreImpl' looks like designed for extension (can be subclassed), but the method 'getHttpUriCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SchemaStoreImpl' final or making the method 'getHttpUriCount' static/final/abstract/empty, or adding allowed annotation for the method. | 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 | Class 'SchemaStoreImpl' looks like designed for extension (can be subclassed), but the method 'getSchemaIterator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SchemaStoreImpl' final or making the method 'getSchemaIterator' static/final/abstract/empty, or adding allowed annotation for the method. | 187 |
![]() |
design | DesignForExtension | Class 'SchemaStoreImpl' looks like designed for extension (can be subclassed), but the method 'resolveProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SchemaStoreImpl' final or making the method 'resolveProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 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 |
![]() |
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 | Class 'SchemaStoreImpl' looks like designed for extension (can be subclassed), but the method 'compare' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SchemaStoreImpl' final or making the method 'compare' static/final/abstract/empty, or adding allowed annotation for the method. | 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 |