The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 3 | Error |
NeedBraces | 1 | Error | |
coding | HiddenField | 26 | Error |
SimplifyBooleanExpression | 3 | Error | |
design | DesignForExtension | 92 | Error |
FinalClass | 1 | Error | |
HideUtilityClassConstructor | 1 | Error | |
VisibilityModifier | 9 | Error | |
javadoc | JavadocMethod | 60 | Error |
JavadocPackage | 2 | Error | |
JavadocStyle | 8 | Error | |
JavadocType | 3 | Error | |
JavadocVariable | 66 | Error | |
misc | FinalParameters | 117 | Error |
naming | ConstantName | 2 | Error |
StaticVariableName | 2 | Error | |
regexp | RegexpSingleline
|
16 | Error |
sizes | LineLength | 133 | Error |
whitespace | OperatorWrap | 2 | Error |
ParenPad | 90 | Error | |
WhitespaceAfter | 3 | Error | |
WhitespaceAround | 5 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter configuration should be final. | 58 |
Error | coding | HiddenField | 'configuration' hides a field. | 58 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | misc | FinalParameters | Parameter entry should be final. | 68 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 24 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method 'getClassifiers' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'setClassifiers' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | misc | FinalParameters | Parameter classifiers should be final. | 62 |
Error | coding | HiddenField | 'classifiers' hides a field. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 66 |
Error | design | DesignForExtension | Method 'withClassifiers' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter classifiers should be final. | 66 |
Error | coding | HiddenField | 'classifiers' hides a field. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | design | DesignForExtension | Method 'getConverters' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | design | DesignForExtension | Method 'setConverters' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | misc | FinalParameters | Parameter converters should be final. | 89 |
Error | coding | HiddenField | 'converters' hides a field. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 93 |
Error | design | DesignForExtension | Method 'withConverters' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | misc | FinalParameters | Parameter converters should be final. | 93 |
Error | coding | HiddenField | 'converters' hides a field. | 93 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 109 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Error | misc | FinalParameters | Parameter name should be final. | 111 |
Error | misc | FinalParameters | Parameter value should be final. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 115 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | misc | FinalParameters | Parameter name should be final. | 115 |
Error | misc | FinalParameters | Parameter value should be final. | 115 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 122 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | misc | FinalParameters | Parameter other should be final. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 130 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 74 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Error | misc | FinalParameters | Parameter configuration should be final. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 91 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Error | misc | FinalParameters | Parameter configuration should be final. | 91 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | misc | FinalParameters | Parameter document should be final. | 103 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 109 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 118 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 120 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 124 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 128 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 140 |
Error | design | DesignForExtension | Method 'applyConverter' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Error | misc | FinalParameters | Parameter converter should be final. | 140 |
Error | misc | FinalParameters | Parameter typedDoc should be final. | 140 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 144 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 144 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 149 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 157 |
Error | design | DesignForExtension | Method 'convertToActivity' is not designed for extension - needs to be abstract, final or empty. | 157 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Error | misc | FinalParameters | Parameter converter should be final. | 157 |
Error | misc | FinalParameters | Parameter document should be final. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 181 |
Error | design | DesignForExtension | Method 'detectClasses' is not designed for extension - needs to be abstract, final or empty. | 189 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
Error | misc | FinalParameters | Parameter document should be final. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 194 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 196 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 196 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 202 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 210 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
Error | misc | FinalParameters | Parameter datumClasses should be final. | 210 |
Error | misc | FinalParameters | Parameter document should be final. | 210 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 213 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 219 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 222 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 222 |
Error | design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 233 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 241 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 249 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter configuration should be final. | 58 |
Error | coding | HiddenField | 'configuration' hides a field. | 58 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | misc | FinalParameters | Parameter entry should be final. | 68 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 83 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 91 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 93 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 93 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 30 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | design | DesignForExtension | Method 'getClassifiers' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | design | DesignForExtension | Method 'setClassifiers' is not designed for extension - needs to be abstract, final or empty. | 60 |
Error | misc | FinalParameters | Parameter classifiers should be final. | 62 |
Error | coding | HiddenField | 'classifiers' hides a field. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 66 |
Error | design | DesignForExtension | Method 'withClassifiers' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter classifiers should be final. | 66 |
Error | coding | HiddenField | 'classifiers' hides a field. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | design | DesignForExtension | Method 'getConverters' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | design | DesignForExtension | Method 'setConverters' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | misc | FinalParameters | Parameter converters should be final. | 89 |
Error | coding | HiddenField | 'converters' hides a field. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 93 |
Error | design | DesignForExtension | Method 'withConverters' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | misc | FinalParameters | Parameter converters should be final. | 93 |
Error | coding | HiddenField | 'converters' hides a field. | 93 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 98 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 103 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 109 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Error | misc | FinalParameters | Parameter name should be final. | 111 |
Error | misc | FinalParameters | Parameter value should be final. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 115 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 115 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Error | misc | FinalParameters | Parameter name should be final. | 115 |
Error | misc | FinalParameters | Parameter value should be final. | 115 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 122 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 125 |
Error | misc | FinalParameters | Parameter other should be final. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 130 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter configuration should be final. | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Error | misc | FinalParameters | Parameter configuration should be final. | 89 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 101 |
Error | misc | FinalParameters | Parameter document should be final. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 140 |
Error | design | DesignForExtension | Method 'applyConverter' is not designed for extension - needs to be abstract, final or empty. | 140 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Error | misc | FinalParameters | Parameter converter should be final. | 140 |
Error | misc | FinalParameters | Parameter typedDoc should be final. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 157 |
Error | design | DesignForExtension | Method 'convertToActivityObject' is not designed for extension - needs to be abstract, final or empty. | 157 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Error | misc | FinalParameters | Parameter converter should be final. | 157 |
Error | misc | FinalParameters | Parameter document should be final. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 163 |
Error | design | DesignForExtension | Method 'detectClasses' is not designed for extension - needs to be abstract, final or empty. | 170 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
Error | misc | FinalParameters | Parameter document should be final. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 190 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
Error | misc | FinalParameters | Parameter datumClasses should be final. | 190 |
Error | misc | FinalParameters | Parameter document should be final. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 199 |
Error | design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 232 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
Error | misc | FinalParameters | Parameter possibleDescendant should be final. | 241 |
Error | misc | FinalParameters | Parameter possibleAncestor should be final. | 241 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 242 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 243 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 247 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
Error | misc | FinalParameters | Parameter map should be final. | 248 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 252 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 253 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 253 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | DesignForExtension | Method 'detectClasses' is not designed for extension - needs to be abstract, final or empty. | 50 |
Error | misc | FinalParameters | Parameter document should be final. | 52 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 60 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 75 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 58 |
Error | design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 64 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 64 |
Error | design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | misc | FinalParameters | Parameter list should be final. | 73 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 78 |
Error | misc | FinalParameters | Parameter serialized should be final. | 78 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | misc | FinalParameters | Parameter list should be final. | 89 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 91 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 49 |
Error | design | DesignForExtension | Method 'fromActivityObject' is not designed for extension - needs to be abstract, final or empty. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 55 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 55 |
Error | design | DesignForExtension | Method 'toActivityObject' is not designed for extension - needs to be abstract, final or empty. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 64 |
Error | misc | FinalParameters | Parameter serialized should be final. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | naming | ConstantName | Name 'requiredClass' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | design | DesignForExtension | Method 'fromActivity' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 63 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 63 |
Error | design | DesignForExtension | Method 'fromActivityList' is not designed for extension - needs to be abstract, final or empty. | 71 |
Error | misc | FinalParameters | Parameter list should be final. | 72 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 77 |
Error | misc | FinalParameters | Parameter serialized should be final. | 77 |
Error | design | DesignForExtension | Method 'toActivityList' is not designed for extension - needs to be abstract, final or empty. | 87 |
Error | misc | FinalParameters | Parameter list should be final. | 88 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 90 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | design | DesignForExtension | Method 'requiredClass' is not designed for extension - needs to be abstract, final or empty. | 43 |
Error | design | DesignForExtension | Method 'serializationFormat' is not designed for extension - needs to be abstract, final or empty. | 48 |
Error | design | DesignForExtension | Method 'fromActivityObject' is not designed for extension - needs to be abstract, final or empty. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 54 |
Error | misc | FinalParameters | Parameter deserialized should be final. | 54 |
Error | design | DesignForExtension | Method 'toActivityObject' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 63 |
Error | misc | FinalParameters | Parameter serialized should be final. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | design | VisibilityModifier | Variable 'outClass' must be private and have accessor methods. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | design | VisibilityModifier | Variable 'hocon' must be private and have accessor methods. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | design | VisibilityModifier | Variable 'inPath' must be private and have accessor methods. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | design | VisibilityModifier | Variable 'outPath' must be private and have accessor methods. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 58 |
Error | misc | FinalParameters | Parameter outClass should be final. | 58 |
Error | coding | HiddenField | 'outClass' hides a field. | 58 |
Error | misc | FinalParameters | Parameter hocon should be final. | 58 |
Error | coding | HiddenField | 'hocon' hides a field. | 58 |
Error | misc | FinalParameters | Parameter inPath should be final. | 58 |
Error | coding | HiddenField | 'inPath' hides a field. | 58 |
Error | misc | FinalParameters | Parameter outPath should be final. | 58 |
Error | coding | HiddenField | 'outPath' hides a field. | 58 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 65 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 70 |
Error | misc | FinalParameters | Parameter entry should be final. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 76 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | misc | FinalParameters | Parameter object should be final. | 52 |
Error | misc | FinalParameters | Parameter outClass should be final. | 52 |
Error | misc | FinalParameters | Parameter hoconResource should be final. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 57 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 57 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter object should be final. | 57 |
Error | misc | FinalParameters | Parameter outClass should be final. | 57 |
Error | misc | FinalParameters | Parameter hoconResource should be final. | 57 |
Error | misc | FinalParameters | Parameter outPath should be final. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 62 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter object should be final. | 62 |
Error | misc | FinalParameters | Parameter outClass should be final. | 62 |
Error | misc | FinalParameters | Parameter hoconResource should be final. | 62 |
Error | misc | FinalParameters | Parameter inPath should be final. | 62 |
Error | misc | FinalParameters | Parameter outPath should be final. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 67 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | misc | FinalParameters | Parameter object should be final. | 67 |
Error | misc | FinalParameters | Parameter outClass should be final. | 67 |
Error | misc | FinalParameters | Parameter hocon should be final. | 67 |
Error | misc | FinalParameters | Parameter outPath should be final. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 80 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 80 |
Error | misc | FinalParameters | Parameter object should be final. | 80 |
Error | misc | FinalParameters | Parameter outClass should be final. | 80 |
Error | misc | FinalParameters | Parameter hocon should be final. | 80 |
Error | misc | FinalParameters | Parameter inPath should be final. | 80 |
Error | misc | FinalParameters | Parameter outPath should be final. | 80 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 83 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 95 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 95 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 115 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 115 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 116 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 127 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 127 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 131 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Error | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | design | DesignForExtension | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | design | DesignForExtension | Method 'setFields' is not designed for extension - needs to be abstract, final or empty. | 66 |
Error | misc | FinalParameters | Parameter fields should be final. | 68 |
Error | coding | HiddenField | 'fields' hides a field. | 68 |
Error | design | DesignForExtension | Method 'withFields' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | misc | FinalParameters | Parameter fields should be final. | 72 |
Error | coding | HiddenField | 'fields' hides a field. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | design | DesignForExtension | Method 'getFieldDelimiter' is not designed for extension - needs to be abstract, final or empty. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | design | DesignForExtension | Method 'setFieldDelimiter' is not designed for extension - needs to be abstract, final or empty. | 93 |
Error | misc | FinalParameters | Parameter fieldDelimiter should be final. | 95 |
Error | coding | HiddenField | 'fieldDelimiter' hides a field. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 99 |
Error | design | DesignForExtension | Method 'withFieldDelimiter' is not designed for extension - needs to be abstract, final or empty. | 99 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Error | misc | FinalParameters | Parameter fieldDelimiter should be final. | 99 |
Error | coding | HiddenField | 'fieldDelimiter' hides a field. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | design | DesignForExtension | Method 'getLineDelimiter' is not designed for extension - needs to be abstract, final or empty. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | design | DesignForExtension | Method 'setLineDelimiter' is not designed for extension - needs to be abstract, final or empty. | 120 |
Error | misc | FinalParameters | Parameter lineDelimiter should be final. | 122 |
Error | coding | HiddenField | 'lineDelimiter' hides a field. | 122 |
Error | design | DesignForExtension | Method 'withLineDelimiter' is not designed for extension - needs to be abstract, final or empty. | 126 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Error | misc | FinalParameters | Parameter lineDelimiter should be final. | 126 |
Error | coding | HiddenField | 'lineDelimiter' hides a field. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | design | DesignForExtension | Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | design | DesignForExtension | Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. | 147 |
Error | misc | FinalParameters | Parameter encoding should be final. | 149 |
Error | coding | HiddenField | 'encoding' hides a field. | 149 |
Error | design | DesignForExtension | Method 'withEncoding' is not designed for extension - needs to be abstract, final or empty. | 153 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
Error | misc | FinalParameters | Parameter encoding should be final. | 153 |
Error | coding | HiddenField | 'encoding' hides a field. | 153 |
Error | design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 158 |
Error | design | DesignForExtension | Method 'getAdditionalProperties' is not designed for extension - needs to be abstract, final or empty. | 163 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
Error | design | DesignForExtension | Method 'setAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 169 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
Error | misc | FinalParameters | Parameter name should be final. | 171 |
Error | misc | FinalParameters | Parameter value should be final. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 175 |
Error | design | DesignForExtension | Method 'withAdditionalProperty' is not designed for extension - needs to be abstract, final or empty. | 175 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
Error | misc | FinalParameters | Parameter name should be final. | 175 |
Error | misc | FinalParameters | Parameter value should be final. | 175 |
Error | design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 182 |
Error | design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 185 |
Error | misc | FinalParameters | Parameter other should be final. | 186 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 243). | 194 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 41 |
Error | design | FinalClass | Class LineReadWriteUtil should be declared as final. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | misc | FinalParameters | Parameter configuration should be final. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 75 |
Error | misc | FinalParameters | Parameter configuration should be final. | 75 |
Error | javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 76 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | misc | FinalParameters | Parameter line should be final. | 89 |
Error | javadoc | JavadocMethod | Expected @param tag for 'line'. | 89 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 92 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 107 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 107 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 107 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 112 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 112 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 112 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 116 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 116 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 119 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 120 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 120 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 124 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 124 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 124 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 128 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 128 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 130 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 142 |
Error | misc | FinalParameters | Parameter entry should be final. | 147 |
Error | javadoc | JavadocMethod | Expected @param tag for 'entry'. | 147 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 157 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 157 |
Error | coding | HiddenField | 'fields' hides a field. | 170 |
Error | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 173 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 173 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 173 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 175 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 175 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 177 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 177 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 179 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 179 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 185 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 185 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 191 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 191 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 193 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 204 |
Error | misc | FinalParameters | Parameter field should be final. | 209 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 215 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 215 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 218 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 218 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 221 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 221 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 230 |
Error | misc | FinalParameters | Parameter field should be final. | 235 |
Error | javadoc | JavadocMethod | Expected @param tag for 'field'. | 235 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
Error | misc | FinalParameters | Parameter str should be final. | 248 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | design | VisibilityModifier | Variable 'outClass' must be private and have accessor methods. | 56 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | misc | FinalParameters | Parameter outClass should be final. | 58 |
Error | coding | HiddenField | 'outClass' hides a field. | 58 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | misc | FinalParameters | Parameter outClass should be final. | 62 |
Error | coding | HiddenField | 'outClass' hides a field. | 62 |
Error | misc | FinalParameters | Parameter formats should be final. | 62 |
Error | coding | HiddenField | 'formats' hides a field. | 62 |
Error | design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 67 |
Error | design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 72 |
Error | misc | FinalParameters | Parameter entry should be final. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 78 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 80 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 80 |
Error | design | DesignForExtension | Method 'prepare' is not designed for extension - needs to be abstract, final or empty. | 88 |
Error | misc | FinalParameters | Parameter configurationObject should be final. | 89 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 90 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 90 |
Error | design | DesignForExtension | Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Error | misc | FinalParameters | Parameter object should be final. | 44 |
Error | misc | FinalParameters | Parameter outClass should be final. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 55 |
Error | design | DesignForExtension | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 55 |
Error | misc | FinalParameters | Parameter object should be final. | 55 |
Error | javadoc | JavadocMethod | Expected @param tag for 'object'. | 55 |
Error | misc | FinalParameters | Parameter outClass should be final. | 55 |
Error | javadoc | JavadocMethod | Expected @param tag for 'outClass'. | 55 |
Error | misc | FinalParameters | Parameter mapper should be final. | 55 |
Error | javadoc | JavadocMethod | Expected @param tag for 'mapper'. | 55 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 58 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 58 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 69 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 71 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 71 |