The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 298 | ![]() |
RightCurly | 43 | ![]() | |
coding | HiddenField | 9 | ![]() |
MagicNumber | 56 | ![]() | |
MissingSwitchDefault | 2 | ![]() | |
design | DesignForExtension | 47 | ![]() |
HideUtilityClassConstructor | 2 | ![]() | |
VisibilityModifier | 15 | ![]() | |
javadoc | JavadocMethod | 39 | ![]() |
JavadocPackage | 3 | ![]() | |
JavadocStyle | 1 | ![]() | |
JavadocType | 3 | ![]() | |
JavadocVariable | 59 | ![]() | |
misc | FinalParameters | 103 | ![]() |
modifier | RedundantModifier | 3 | ![]() |
naming | MemberName | 2 | ![]() |
TypeName | 1 | ![]() | |
sizes | LineLength | 163 | ![]() |
whitespace | FileTabCharacter | 17 | ![]() |
GenericWhitespace | 1 | ![]() | |
MethodParamPad | 2 | ![]() | |
NoWhitespaceAfter | 4 | ![]() | |
OperatorWrap | 1 | ![]() | |
ParenPad | 257 | ![]() | |
WhitespaceAfter | 14 | ![]() | |
WhitespaceAround | 27 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
design | VisibilityModifier | Variable 'es' must be private and have accessor methods. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter args should be final. | 34 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 35 |
![]() |
coding | MagicNumber | '2400' is a magic number. | 39 |
![]() |
coding | MagicNumber | '8' is a magic number. | 40 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 43 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 43 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 52 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 56 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 56 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 57 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 64 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 64 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 65 |
![]() |
coding | MagicNumber | '4' is a magic number. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 68 |
![]() |
coding | MagicNumber | '3' is a magic number. | 69 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 72 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 72 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 78 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 81 |
![]() |
coding | MagicNumber | '3' is a magic number. | 81 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 81 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 82 |
![]() |
coding | MagicNumber | '3' is a magic number. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 87 |
![]() |
coding | MagicNumber | '3' is a magic number. | 90 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 93 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 93 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 108 |
![]() |
coding | MagicNumber | '5' is a magic number. | 108 |
![]() |
coding | MagicNumber | '20' is a magic number. | 108 |
![]() |
coding | MagicNumber | '60L' is a magic number. | 108 |
![]() |
coding | MagicNumber | '5' is a magic number. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 109 |
![]() |
blocks | LeftCurly | '{' at column 7 should have line break after. | 109 |
![]() |
blocks | RightCurly | '}' at column 85 should be on the same line as the next part of a multi-block statement. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 110 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 110 |
![]() |
whitespace | OperatorWrap | '|' should be on a new line. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 111 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 112 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 116 |
![]() |
blocks | LeftCurly | '{' at column 7 should have line break after. | 116 |
![]() |
blocks | RightCurly | '}' at column 83 should be on the same line as the next part of a multi-block statement. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 118 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 118 |
![]() |
blocks | LeftCurly | '{' at column 3 should have line break after. | 118 |
![]() |
blocks | LeftCurly | '{' at column 7 should have line break after. | 120 |
![]() |
blocks | RightCurly | '}' at column 46 should be on the same line as the next part of a multi-block statement. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 121 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 121 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 121 |
![]() |
blocks | LeftCurly | '{' at column 43 should have line break after. | 121 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 126 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 126 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 126 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 133 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 133 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 133 |
![]() |
blocks | LeftCurly | '{' at column 21 should have line break after. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 138 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 138 |
![]() |
misc | FinalParameters | Parameter sb should be final. | 138 |
![]() |
misc | FinalParameters | Parameter s should be final. | 138 |
![]() |
blocks | LeftCurly | '{' at column 54 should have line break after. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 139 |
![]() |
misc | FinalParameters | Parameter sb should be final. | 139 |
![]() |
misc | FinalParameters | Parameter s should be final. | 139 |
![]() |
misc | FinalParameters | Parameter tab should be final. | 139 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 140 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 141 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 141 |
![]() |
blocks | LeftCurly | '{' at column 14 should have line break after. | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 67 |
![]() |
misc | FinalParameters | Parameter cl should be final. | 80 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 81 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 93 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 99 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 99 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 100 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 103 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 103 |
![]() |
blocks | LeftCurly | '{' at column 27 should have line break after. | 103 |
![]() |
blocks | RightCurly | '}' at column 40 should be on the same line as the next part of a multi-block statement. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 104 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 104 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 104 |
![]() |
blocks | LeftCurly | '{' at column 49 should have line break after. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 108 |
![]() |
design | DesignForExtension | Method 'findClass' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
misc | FinalParameters | Parameter name should be final. | 108 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 109 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 110 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 110 |
![]() |
blocks | LeftCurly | '{' at column 33 should have line break after. | 110 |
![]() |
blocks | RightCurly | '}' at column 58 should be on the same line as the next part of a multi-block statement. | 110 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 114 |
![]() |
design | DesignForExtension | Method 'getResource' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
blocks | LeftCurly | '{' at column 54 should have line break after. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter goup should be final. | 115 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 120 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 120 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 120 |
![]() |
blocks | LeftCurly | '{' at column 31 should have line break after. | 120 |
![]() |
blocks | LeftCurly | '{' at column 65 should have line break after. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 121 |
![]() |
blocks | LeftCurly | '{' at column 7 should have line break after. | 121 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 121 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 121 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 122 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 122 |
![]() |
blocks | LeftCurly | '{' at column 30 should have line break after. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 127 |
![]() |
design | DesignForExtension | Method 'getPackage' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
misc | FinalParameters | Parameter name should be final. | 127 |
![]() |
blocks | LeftCurly | '{' at column 51 should have line break after. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 128 |
![]() |
design | DesignForExtension | Method 'getPackages' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
blocks | LeftCurly | '{' at column 43 should have line break after. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 131 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 138 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 138 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 140 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 141 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 141 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 142 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 144 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 145 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 145 |
![]() |
blocks | LeftCurly | '{' at column 5 should have line break after. | 145 |
![]() |
blocks | RightCurly | '}' at column 91 should be on the same line as the next part of a multi-block statement. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 146 |
![]() |
blocks | LeftCurly | '{' at column 10 should have line break after. | 146 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 151 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 151 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 153 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 155 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 155 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 156 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 161 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 162 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 162 |
![]() |
blocks | LeftCurly | '{' at column 5 should have line break after. | 162 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 166 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 166 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 168 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 170 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 170 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 171 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 176 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 176 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 176 |
![]() |
blocks | LeftCurly | '{' at column 24 should have line break after. | 176 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 177 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 178 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 178 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 178 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 178 |
![]() |
design | DesignForExtension | Method 'getResourceAsStream' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 185 |
![]() |
blocks | LeftCurly | '{' at column 2 should have line break after. | 185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
![]() |
misc | FinalParameters | Parameter goup should be final. | 186 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 187 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 189 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 189 |
![]() |
blocks | LeftCurly | '{' at column 20 should have line break after. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 190 |
![]() |
blocks | LeftCurly | '{' at column 7 should have line break after. | 190 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 190 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 190 |
![]() |
blocks | LeftCurly | '{' at column 58 should have line break after. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 194 |
![]() |
design | DesignForExtension | Method 'getResources' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
misc | FinalParameters | Parameter name should be final. | 194 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 195 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 196 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 196 |
![]() |
blocks | LeftCurly | '{' at column 25 should have line break after. | 196 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 203 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 203 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 209 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 209 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 209 |
![]() |
blocks | LeftCurly | '{' at column 22 should have line break after. | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 215 |
![]() |
design | DesignForExtension | Method 'loadClass' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 216 |
![]() |
blocks | LeftCurly | '{' at column 2 should have line break after. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 217 |
![]() |
design | DesignForExtension | Method 'loadClass' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 221 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 221 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 221 |
![]() |
blocks | LeftCurly | '{' at column 34 should have line break after. | 221 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 225 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 225 |
![]() |
blocks | LeftCurly | '{' at column 22 should have line break after. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 227 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 228 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 228 |
![]() |
blocks | LeftCurly | '{' at column 21 should have line break after. | 228 |
![]() |
blocks | RightCurly | '}' at column 53 should be on the same line as the next part of a multi-block statement. | 228 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 230 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 231 |
![]() |
blocks | RightCurly | '}' at column 53 should be on the same line as the next part of a multi-block statement. | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 232 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 232 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 232 |
![]() |
blocks | LeftCurly | '{' at column 29 should have line break after. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 238 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 249 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 249 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 249 |
![]() |
blocks | LeftCurly | '{' at column 54 should have line break after. | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 253 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 253 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 253 |
![]() |
blocks | LeftCurly | '{' at column 27 should have line break after. | 253 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 257 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 258 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 258 |
![]() |
blocks | LeftCurly | '{' at column 19 should have line break after. | 258 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 259 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 260 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 260 |
![]() |
blocks | LeftCurly | '{' at column 33 should have line break after. | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 265 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
misc | FinalParameters | Parameter manifest should be final. | 265 |
![]() |
misc | FinalParameters | Parameter file should be final. | 265 |
![]() |
misc | FinalParameters | Parameter key should be final. | 265 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 266 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 267 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 268 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 268 |
![]() |
blocks | LeftCurly | '{' at column 3 should have line break after. | 268 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 268 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 268 |
![]() |
blocks | LeftCurly | '{' at column 47 should have line break after. | 268 |
![]() |
blocks | RightCurly | '}' at column 89 should be alone on a line. | 268 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 270 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 270 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 272 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 272 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 272 |
![]() |
blocks | LeftCurly | '{' at column 50 should have line break after. | 272 |
![]() |
blocks | RightCurly | '}' at column 96 should be on the same line as the next part of a multi-block statement. | 272 |
![]() |
blocks | LeftCurly | '{' at column 9 should have line break after. | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 279 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
![]() |
misc | FinalParameters | Parameter pack should be final. | 279 |
![]() |
misc | FinalParameters | Parameter file should be final. | 279 |
![]() |
misc | FinalParameters | Parameter master should be final. | 279 |
![]() |
misc | FinalParameters | Parameter pkg should be final. | 279 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 281 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 283 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 283 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 284 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 288 |
![]() |
design | DesignForExtension | Method 'addDir' is not designed for extension - needs to be abstract, final or empty. | 297 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 297 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 297 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 298 |
![]() |
blocks | LeftCurly | '{' at column 7 should have line break after. | 300 |
![]() |
blocks | RightCurly | '}' at column 38 should be on the same line as the next part of a multi-block statement. | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 301 |
![]() |
blocks | LeftCurly | '{' at column 26 should have line break after. | 301 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 302 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 302 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 303 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 304 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 304 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 305 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 316 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 318 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 318 |
![]() |
blocks | LeftCurly | '{' at column 6 should be on the previous line. | 319 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 320 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 322 |
![]() |
blocks | LeftCurly | '{' at column 11 should have line break after. | 323 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 324 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 324 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 325 |
![]() |
blocks | LeftCurly | '{' at column 6 should be on the previous line. | 325 |
![]() |
blocks | LeftCurly | '{' at column 6 should have line break after. | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 327 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 328 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 329 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 334 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 334 |
![]() |
misc | FinalParameters | Parameter root should be final. | 334 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 334 |
![]() |
misc | FinalParameters | Parameter name should be final. | 334 |
![]() |
misc | FinalParameters | Parameter mf should be final. | 334 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 335 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 337 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 337 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 337 |
![]() |
blocks | LeftCurly | '{' at column 22 should have line break after. | 337 |
![]() |
blocks | LeftCurly | '{' at column 56 should have line break after. | 337 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 339 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 339 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 340 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 341 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 341 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 342 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 343 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 343 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 343 |
![]() |
blocks | LeftCurly | '{' at column 27 should have line break after. | 343 |
![]() |
blocks | RightCurly | '}' at column 69 should be on the same line as the next part of a multi-block statement. | 343 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 345 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 346 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 347 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 347 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 347 |
![]() |
blocks | LeftCurly | '{' at column 31 should have line break after. | 347 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 348 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 348 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 349 |
![]() |
blocks | LeftCurly | '{' at column 6 should be on the previous line. | 349 |
![]() |
blocks | LeftCurly | '{' at column 6 should have line break after. | 349 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 352 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 353 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 353 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 353 |
![]() |
blocks | LeftCurly | '{' at column 59 should have line break after. | 353 |
![]() |
design | DesignForExtension | Method 'addJar' is not designed for extension - needs to be abstract, final or empty. | 357 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 357 |
![]() |
misc | FinalParameters | Parameter jar should be final. | 357 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 358 |
![]() |
blocks | LeftCurly | '{' at column 7 should have line break after. | 360 |
![]() |
blocks | RightCurly | '}' at column 38 should be on the same line as the next part of a multi-block statement. | 360 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 361 |
![]() |
blocks | LeftCurly | '{' at column 26 should have line break after. | 361 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 362 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 362 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 363 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 364 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 364 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 365 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 371 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 379 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 379 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 379 |
![]() |
blocks | LeftCurly | '{' at column 46 should have line break after. | 379 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 380 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 380 |
![]() |
blocks | LeftCurly | '{' at column 6 should be on the previous line. | 381 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 384 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 384 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 384 |
![]() |
blocks | LeftCurly | '{' at column 31 should have line break after. | 384 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 385 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 385 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 385 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 386 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 387 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 388 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 389 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 392 |
![]() |
blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 393 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 394 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 394 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 394 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 394 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 399 |
![]() |
misc | FinalParameters | Parameter cp should be final. | 399 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 400 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 403 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 403 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 404 |
![]() |
blocks | LeftCurly | '{' at column 3 should have line break after. | 404 |
![]() |
blocks | RightCurly | '}' at column 65 should be on the same line as the next part of a multi-block statement. | 404 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 405 |
![]() |
misc | FinalParameters | Parameter list should be final. | 412 |
![]() |
blocks | LeftCurly | '{' at column 41 should have line break after. | 412 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 413 |
![]() |
misc | FinalParameters | Parameter it should be final. | 413 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 414 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 419 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 425 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 425 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 426 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 430 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 430 |
![]() |
blocks | LeftCurly | '{' at column 22 should have line break after. | 430 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 431 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 431 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 432 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 433 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 433 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 434 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 436 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 436 |
![]() |
blocks | LeftCurly | '{' at column 24 should have line break after. | 436 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 439 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 439 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 440 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 441 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 441 |
![]() |
blocks | LeftCurly | '{' at column 33 should have line break after. | 441 |
![]() |
blocks | RightCurly | '}' at column 51 should be on the same line as the next part of a multi-block statement. | 441 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 442 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 442 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 442 |
![]() |
blocks | LeftCurly | '{' at column 51 should have line break after. | 442 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 447 |
![]() |
naming | TypeName | Name 'me' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 447 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 448 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 449 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 450 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 451 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 452 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 453 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 454 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 455 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 456 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 458 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 459 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 460 |
![]() |
misc | FinalParameters | Parameter pri should be final. | 460 |
![]() |
misc | FinalParameters | Parameter def should be final. | 460 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 461 |
![]() |
blocks | LeftCurly | '{' at column 28 should have line break after. | 465 |
![]() |
blocks | LeftCurly | '{' at column 30 should have line break after. | 466 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 469 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 470 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 471 |
![]() |
design | VisibilityModifier | Variable 'en' must be private and have accessor methods. | 471 |
![]() |
misc | FinalParameters | Parameter enumer should be final. | 472 |
![]() |
blocks | LeftCurly | '{' at column 47 should have line break after. | 472 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 474 |
![]() |
design | DesignForExtension | Method 'forEachRemaining' is not designed for extension - needs to be abstract, final or empty. | 474 |
![]() |
misc | FinalParameters | Parameter action should be final. | 474 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 475 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 477 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 477 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 477 |
![]() |
blocks | LeftCurly | '{' at column 35 should have line break after. | 477 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 480 |
![]() |
design | DesignForExtension | Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 480 |
![]() |
blocks | LeftCurly | '{' at column 38 should have line break after. | 480 |
![]() |
design | DesignForExtension | Method 'next' is not designed for extension - needs to be abstract, final or empty. | 481 |
![]() |
blocks | LeftCurly | '{' at column 29 should have line break after. | 481 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 484 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 485 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 486 |
![]() |
design | VisibilityModifier | Variable 'it' must be private and have accessor methods. | 486 |
![]() |
misc | FinalParameters | Parameter iter should be final. | 487 |
![]() |
blocks | LeftCurly | '{' at column 42 should have line break after. | 487 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 489 |
![]() |
design | DesignForExtension | Method 'hasMoreElements' is not designed for extension - needs to be abstract, final or empty. | 489 |
![]() |
blocks | LeftCurly | '{' at column 46 should have line break after. | 489 |
![]() |
design | DesignForExtension | Method 'nextElement' is not designed for extension - needs to be abstract, final or empty. | 490 |
![]() |
blocks | LeftCurly | '{' at column 36 should have line break after. | 490 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 16 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 17 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 19 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 20 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 20 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 21 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 22 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 22 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 24 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 26 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 26 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 33 |
![]() |
whitespace | GenericWhitespace | '>' is followed by an illegal character. | 33 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 35 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 35 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 46 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 57 |
![]() |
blocks | LeftCurly | '{' at column 9 should have line break after. | 57 |
![]() |
blocks | RightCurly | '}' at column 80 should be on the same line as the next part of a multi-block statement. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 59 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 59 |
![]() |
blocks | LeftCurly | '{' at column 5 should have line break after. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 73 |
![]() |
blocks | LeftCurly | '{' at column 10 should have line break after. | 73 |
![]() |
blocks | RightCurly | '}' at column 55 should be on the same line as the next part of a multi-block statement. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 75 |
![]() |
blocks | LeftCurly | '{' at column 6 should be on the previous line. | 75 |
![]() |
blocks | LeftCurly | '{' at column 6 should have line break after. | 75 |
![]() |
blocks | LeftCurly | '{' at column 10 should have line break after. | 78 |
![]() |
blocks | RightCurly | '}' at column 35 should be on the same line as the next part of a multi-block statement. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 79 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 80 |
![]() |
blocks | LeftCurly | '{' at column 6 should be on the previous line. | 80 |
![]() |
blocks | LeftCurly | '{' at column 6 should have line break after. | 80 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 82 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 82 |
![]() |
blocks | LeftCurly | '{' at column 6 should be on the previous line. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 84 |
![]() |
blocks | LeftCurly | '{' at column 11 should have line break after. | 84 |
![]() |
blocks | RightCurly | '}' at column 41 should be on the same line as the next part of a multi-block statement. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 85 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 85 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 87 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 87 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 145). | 88 |
![]() |
blocks | LeftCurly | '{' at column 8 should be on the previous line. | 88 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 88 |
![]() |
blocks | RightCurly | '}' at column 96 should be on the same line as the next part of a multi-block statement. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 89 |
![]() |
blocks | LeftCurly | '{' at column 13 should have line break after. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 35 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'window' must be private and have accessor methods. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | VisibilityModifier | Variable 'menu' must be private and have accessor methods. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'sr' must be private and have accessor methods. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
design | VisibilityModifier | Variable 'sd' must be private and have accessor methods. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
design | VisibilityModifier | Variable 'outputLabel' must be private and have accessor methods. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | VisibilityModifier | Variable 'menus' must be private and have accessor methods. | 43 |
![]() |
design | DesignForExtension | Method 'setup' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 45 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 46 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 48 |
![]() |
blocks | LeftCurly | '{' at column 35 should have line break after. | 48 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 73 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 81 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 81 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 89 |
![]() |
misc | FinalParameters | Parameter e should be final. | 89 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 90 |
![]() |
blocks | LeftCurly | '{' at column 6 should be on the previous line. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 94 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 96 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 96 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 96 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 96 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 98 |
![]() |
misc | FinalParameters | Parameter laf should be final. | 98 |
![]() |
blocks | LeftCurly | '{' at column 45 should have line break after. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 129 |
![]() |
design | DesignForExtension | Method 'serialEvent' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
misc | FinalParameters | Parameter ev should be final. | 129 |
![]() |
blocks | LeftCurly | '{' at column 56 should have line break after. | 129 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
misc | FinalParameters | Parameter ev should be final. | 131 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 131 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 131 |
![]() |
design | DesignForExtension | Method 'addMenuBar' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
misc | FinalParameters | Parameter name should be final. | 134 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
misc | FinalParameters | Parameter name should be final. | 145 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 146 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 148 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 148 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 149 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 150 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 150 |
![]() |
blocks | LeftCurly | '{' at column 43 should have line break after. | 150 |
![]() |
design | DesignForExtension | Method 'createIcon' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter icon should be final. | 156 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 158 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 162 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 162 |
![]() |
blocks | LeftCurly | '{' at column 20 should have line break after. | 162 |
![]() |
blocks | RightCurly | '}' at column 47 should be on the same line as the next part of a multi-block statement. | 162 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 163 |
![]() |
misc | FinalParameters | Parameter e should be final. | 166 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 166 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 166 |
![]() |
misc | FinalParameters | Parameter e should be final. | 168 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 168 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 168 |
![]() |
design | DesignForExtension | Method 'windowClosing' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
misc | FinalParameters | Parameter e should be final. | 170 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 171 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 172 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 172 |
![]() |
blocks | LeftCurly | '{' at column 21 should have line break after. | 172 |
![]() |
design | DesignForExtension | Method 'windowClosed' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
misc | FinalParameters | Parameter e should be final. | 177 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 178 |
![]() |
misc | FinalParameters | Parameter e should be final. | 183 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 183 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 183 |
![]() |
misc | FinalParameters | Parameter e should be final. | 184 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 184 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 184 |
![]() |
misc | FinalParameters | Parameter e should be final. | 185 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 185 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 185 |
![]() |
misc | FinalParameters | Parameter e should be final. | 186 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 186 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 187 |
![]() |
design | DesignForExtension | Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
misc | FinalParameters | Parameter action should be final. | 187 |
![]() |
blocks | LeftCurly | '{' at column 60 should have line break after. | 187 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 10 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 26 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 27 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 |
![]() |
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 |
![]() |
design | DesignForExtension | Method 'setup' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
misc | FinalParameters | Parameter scale should be final. | 33 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 34 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 51 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 66 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 |
![]() |
coding | MagicNumber | '3' is a magic number. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 76 |
![]() |
coding | MagicNumber | '12' is a magic number. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 85 |
![]() |
misc | FinalParameters | Parameter tree should be final. | 85 |
![]() |
coding | HiddenField | 'tree' hides a field. | 85 |
![]() |
misc | FinalParameters | Parameter value should be final. | 85 |
![]() |
misc | FinalParameters | Parameter selected should be final. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 86 |
![]() |
misc | FinalParameters | Parameter expanded should be final. | 86 |
![]() |
misc | FinalParameters | Parameter isLeaf should be final. | 86 |
![]() |
misc | FinalParameters | Parameter row should be final. | 86 |
![]() |
misc | FinalParameters | Parameter focused should be final. | 86 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 88 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 89 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 89 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 91 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 92 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 92 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 92 |
![]() |
blocks | LeftCurly | '{' at column 23 should have line break after. | 92 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 113 |
![]() |
design | DesignForExtension | Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
misc | FinalParameters | Parameter action should be final. | 113 |
![]() |
blocks | LeftCurly | '{' at column 60 should have line break after. | 113 |
![]() |
design | DesignForExtension | Method 'valueChanged' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
misc | FinalParameters | Parameter e should be final. | 115 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 117 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 117 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 117 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 119 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 119 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 10 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
![]() |
misc | FinalParameters | Parameter scale should be final. | 12 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 13 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 10 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
![]() |
misc | FinalParameters | Parameter scale should be final. | 12 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 13 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'dtm' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'jt' must be private and have accessor methods. | 21 |
![]() |
design | DesignForExtension | Method 'setup' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
misc | FinalParameters | Parameter scale should be final. | 23 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 24 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 38 |
![]() |
misc | FinalParameters | Parameter x should be final. | 38 |
![]() |
misc | FinalParameters | Parameter y should be final. | 38 |
![]() |
blocks | LeftCurly | '{' at column 58 should have line break after. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 54 |
![]() |
design | DesignForExtension | Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
misc | FinalParameters | Parameter action should be final. | 61 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 62 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 77 |
![]() |
coding | MagicNumber | '3' is a magic number. | 77 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 77 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | Missing a Javadoc comment. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 8 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter data should be final. | 13 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 14 |
![]() |
design | DesignForExtension | Method 'convertData' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter newUnit should be final. | 24 |
![]() |
misc | FinalParameters | Parameter data should be final. | 24 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 25 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 27 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 27 |
![]() |
blocks | LeftCurly | '{' at column 24 should have line break after. | 27 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 31 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 31 |
![]() |
blocks | LeftCurly | '{' at column 34 should have line break after. | 31 |
![]() |
blocks | RightCurly | '}' at column 57 should be on the same line as the next part of a multi-block statement. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 32 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 32 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 32 |
![]() |
blocks | LeftCurly | '{' at column 40 should have line break after. | 32 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 32 |
![]() |
blocks | RightCurly | '}' at column 70 should be on the same line as the next part of a multi-block statement. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 33 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 33 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 33 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 34 |
![]() |
coding | MagicNumber | '16' is a magic number. | 35 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 37 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 37 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 38 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 39 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 39 |
![]() |
coding | MagicNumber | '7' is a magic number. | 39 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 39 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 40 |
![]() |
coding | MagicNumber | '0.25d' is a magic number. | 41 |
![]() |
coding | MagicNumber | '0.5d' is a magic number. | 42 |
![]() |
coding | MagicNumber | '3' is a magic number. | 43 |
![]() |
coding | MagicNumber | '0.75d' is a magic number. | 43 |
![]() |
coding | MagicNumber | '28.35' is a magic number. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 50 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 50 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 50 |
![]() |
blocks | LeftCurly | '{' at column 39 should have line break after. | 50 |
![]() |
blocks | RightCurly | '}' at column 69 should be on the same line as the next part of a multi-block statement. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 51 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 51 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 51 |
![]() |
blocks | LeftCurly | '{' at column 45 should have line break after. | 51 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 51 |
![]() |
blocks | RightCurly | '}' at column 82 should be on the same line as the next part of a multi-block statement. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 52 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 52 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 52 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 53 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
![]() |
coding | MagicNumber | '28.35' is a magic number. | 55 |
![]() |
coding | MagicNumber | '16' is a magic number. | 56 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 58 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 58 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 59 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 62 |
![]() |
coding | MagicNumber | '0.25' is a magic number. | 62 |
![]() |
blocks | LeftCurly | '{' at column 24 should have line break after. | 62 |
![]() |
blocks | RightCurly | '}' at column 38 should be on the same line as the next part of a multi-block statement. | 62 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 63 |
![]() |
coding | MagicNumber | '0.5' is a magic number. | 63 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 63 |
![]() |
blocks | LeftCurly | '{' at column 29 should have line break after. | 63 |
![]() |
blocks | RightCurly | '}' at column 43 should be on the same line as the next part of a multi-block statement. | 63 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 64 |
![]() |
coding | MagicNumber | '0.75' is a magic number. | 64 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 64 |
![]() |
blocks | LeftCurly | '{' at column 30 should have line break after. | 64 |
![]() |
blocks | RightCurly | '}' at column 44 should be on the same line as the next part of a multi-block statement. | 64 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 65 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 65 |
![]() |
blocks | LeftCurly | '{' at column 27 should have line break after. | 65 |
![]() |
coding | MagicNumber | '3' is a magic number. | 65 |
![]() |
blocks | RightCurly | '}' at column 41 should be on the same line as the next part of a multi-block statement. | 65 |
![]() |
blocks | LeftCurly | '{' at column 10 should have line break after. | 66 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 68 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 10 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | VisibilityModifier | Variable 'raw' must be private and have accessor methods. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
naming | MemberName | Name 'sc_unit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 |
![]() |
design | VisibilityModifier | Variable 'sc_unit' must be private and have accessor methods. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
naming | MemberName | Name 'sc_mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 |
![]() |
design | VisibilityModifier | Variable 'sc_mode' must be private and have accessor methods. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
design | VisibilityModifier | Variable 'reading' must be private and have accessor methods. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter bt should be final. | 16 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 17 |
![]() |
coding | MagicNumber | '0x70' is a magic number. | 18 |
![]() |
coding | MagicNumber | '4' is a magic number. | 18 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 19 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 19 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 20 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 21 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 21 |
![]() |
blocks | LeftCurly | '{' at column 29 should have line break after. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter bt should be final. | 26 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 27 |
![]() |
coding | MagicNumber | '0x0f' is a magic number. | 28 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 29 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 29 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 30 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 31 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 31 |
![]() |
blocks | LeftCurly | '{' at column 29 should have line break after. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter unit should be final. | 36 |
![]() |
misc | FinalParameters | Parameter bt should be final. | 36 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 37 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 38 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 38 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 41 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 41 |
![]() |
coding | MagicNumber | '3' is a magic number. | 41 |
![]() |
coding | MagicNumber | '4' is a magic number. | 41 |
![]() |
coding | MagicNumber | '5' is a magic number. | 41 |
![]() |
coding | MagicNumber | '6' is a magic number. | 41 |
![]() |
coding | MagicNumber | '7' is a magic number. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 43 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 43 |
![]() |
coding | MagicNumber | '3' is a magic number. | 43 |
![]() |
coding | MagicNumber | '4' is a magic number. | 43 |
![]() |
coding | MagicNumber | '5' is a magic number. | 43 |
![]() |
coding | MagicNumber | '6' is a magic number. | 43 |
![]() |
coding | MagicNumber | '7' is a magic number. | 43 |
![]() |
coding | MagicNumber | '100d' is a magic number. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 45 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 45 |
![]() |
coding | MagicNumber | '3' is a magic number. | 45 |
![]() |
coding | MagicNumber | '4' is a magic number. | 45 |
![]() |
coding | MagicNumber | '5' is a magic number. | 45 |
![]() |
coding | MagicNumber | '6' is a magic number. | 45 |
![]() |
coding | MagicNumber | '7' is a magic number. | 45 |
![]() |
coding | MagicNumber | '10d' is a magic number. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 47 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 47 |
![]() |
coding | MagicNumber | '3' is a magic number. | 47 |
![]() |
coding | MagicNumber | '4' is a magic number. | 47 |
![]() |
coding | MagicNumber | '5' is a magic number. | 47 |
![]() |
coding | MagicNumber | '6' is a magic number. | 47 |
![]() |
coding | MagicNumber | '7' is a magic number. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter unit should be final. | 54 |
![]() |
misc | FinalParameters | Parameter data should be final. | 54 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 55 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 58 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 58 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 59 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 84 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 84 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 85 |
![]() |
coding | MagicNumber | '3' is a magic number. | 89 |
![]() |
design | DesignForExtension | Method 'setRaw' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
misc | FinalParameters | Parameter bt should be final. | 101 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 102 |
![]() |
design | DesignForExtension | Method 'getReading' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
blocks | LeftCurly | '{' at column 42 should have line break after. | 114 |
![]() |
design | DesignForExtension | Method 'getMode' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
blocks | LeftCurly | '{' at column 42 should have line break after. | 115 |
![]() |
design | DesignForExtension | Method 'getUnit' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
blocks | LeftCurly | '{' at column 43 should have line break after. | 116 |
![]() |
design | DesignForExtension | Method 'getRaw' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
blocks | LeftCurly | '{' at column 38 should have line break after. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 119 |
![]() |
misc | FinalParameters | Parameter bs should be final. | 119 |
![]() |
blocks | LeftCurly | '{' at column 45 should have line break after. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 120 |
![]() |
misc | FinalParameters | Parameter bs should be final. | 120 |
![]() |
blocks | LeftCurly | '{' at column 46 should have line break after. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
misc | FinalParameters | Parameter force should be final. | 121 |
![]() |
misc | FinalParameters | Parameter bs should be final. | 121 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 122 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 124 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 124 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 125 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 126 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 126 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 127 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 128 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 128 |
![]() |
blocks | LeftCurly | '{' at column 30 should have line break after. | 128 |
![]() |
blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 129 |
![]() |
blocks | LeftCurly | '{' at column 9 should have line break after. | 130 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 132 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 132 |
![]() |
blocks | LeftCurly | '{' at column 27 should have line break after. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 136 |
![]() |
misc | FinalParameters | Parameter bs should be final. | 136 |
![]() |
blocks | LeftCurly | '{' at column 45 should have line break after. | 136 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter force should be final. | 137 |
![]() |
misc | FinalParameters | Parameter bs should be final. | 137 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 138 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 140 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 140 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 141 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 142 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 142 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 143 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 144 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 144 |
![]() |
blocks | LeftCurly | '{' at column 30 should have line break after. | 144 |
![]() |
blocks | RightCurly | '}' at column 46 should be on the same line as the next part of a multi-block statement. | 144 |
![]() |
blocks | LeftCurly | '{' at column 10 should have line break after. | 145 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 148 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 148 |
![]() |
blocks | LeftCurly | '{' at column 27 should have line break after. | 148 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 8 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter i should be final. | 24 |
![]() |
misc | FinalParameters | Parameter s should be final. | 24 |
![]() |
blocks | LeftCurly | '{' at column 29 should have line break after. | 24 |
![]() |
blocks | LeftCurly | '{' at column 24 should have line break after. | 26 |
![]() |
blocks | LeftCurly | '{' at column 28 should have line break after. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 13 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter serial should be final. | 20 |
![]() |
blocks | LeftCurly | '{' at column 42 should have line break after. | 20 |
![]() |
design | DesignForExtension | Method 'setActionListener' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter listen should be final. | 22 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 23 |
![]() |
design | DesignForExtension | Method 'halt' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() |
blocks | LeftCurly | '{' at column 21 should have line break after. | 27 |
![]() |
whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 27 |
![]() |
blocks | LeftCurly | '{' at column 42 should have line break after. | 27 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
blocks | LeftCurly | '{' at column 30 should have line break after. | 29 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter display should be final. | 30 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 31 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 |
![]() |
blocks | LeftCurly | '{' at column 3 should be on the previous line. | 38 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 39 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 39 |
![]() |
blocks | LeftCurly | '{' at column 4 should be on the previous line. | 40 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 41 |
![]() |
coding | MagicNumber | '6' is a magic number. | 41 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 41 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 42 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 44 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 44 |
![]() |
blocks | LeftCurly | '{' at column 6 should be on the previous line. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 48 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 48 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 48 |
![]() |
blocks | LeftCurly | '{' at column 26 should have line break after. | 48 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 49 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 49 |
![]() |
blocks | LeftCurly | '{' at column 7 should be on the previous line. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 56 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 63 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 64 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 64 |
![]() |
design | DesignForExtension | Method 'getScaleData' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
blocks | LeftCurly | '{' at column 34 should have line break after. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 8 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter v should be final. | 16 |
![]() |
misc | FinalParameters | Parameter s should be final. | 16 |
![]() |
blocks | LeftCurly | '{' at column 30 should have line break after. | 16 |
![]() |
blocks | LeftCurly | '{' at column 24 should have line break after. | 18 |
![]() |
blocks | LeftCurly | '{' at column 28 should have line break after. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 11 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
blocks | LeftCurly | '{' at column 24 should have line break after. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter icon should be final. | 18 |
![]() |
coding | HiddenField | 'icon' hides a field. | 18 |
![]() |
misc | FinalParameters | Parameter tableName should be final. | 18 |
![]() |
coding | HiddenField | 'tableName' hides a field. | 18 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter icon should be final. | 25 |
![]() |
coding | HiddenField | 'icon' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter tableName should be final. | 25 |
![]() |
coding | HiddenField | 'tableName' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter userObject should be final. | 25 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter icon should be final. | 32 |
![]() |
coding | HiddenField | 'icon' hides a field. | 32 |
![]() |
misc | FinalParameters | Parameter tableName should be final. | 32 |
![]() |
coding | HiddenField | 'tableName' hides a field. | 32 |
![]() |
misc | FinalParameters | Parameter userObject should be final. | 32 |
![]() |
misc | FinalParameters | Parameter allowsChildren should be final. | 32 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 33 |
![]() |
design | DesignForExtension | Method 'getIcon' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
blocks | LeftCurly | '{' at column 24 should have line break after. | 39 |
![]() |
design | DesignForExtension | Method 'getTableName' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
blocks | LeftCurly | '{' at column 31 should have line break after. | 40 |
![]() |
design | DesignForExtension | Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
misc | FinalParameters | Parameter icon should be final. | 41 |
![]() |
coding | HiddenField | 'icon' hides a field. | 41 |
![]() |
blocks | LeftCurly | '{' at column 33 should have line break after. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 42 |
![]() |
design | DesignForExtension | Method 'setTableName' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
misc | FinalParameters | Parameter tableName should be final. | 42 |
![]() |
coding | HiddenField | 'tableName' hides a field. | 42 |
![]() |
blocks | LeftCurly | '{' at column 45 should have line break after. | 42 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
blocks | LeftCurly | '{' at column 2 should be on the previous line. | 45 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 46 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 46 |
![]() |
blocks | LeftCurly | '{' at column 29 should have line break after. | 46 |
![]() |
blocks | RightCurly | '}' at column 61 should be on the same line as the next part of a multi-block statement. | 46 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 47 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 47 |
![]() |
blocks | LeftCurly | '{' at column 33 should have line break after. | 47 |
![]() |
blocks | RightCurly | '}' at column 53 should be on the same line as the next part of a multi-block statement. | 47 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 48 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 48 |
![]() |
blocks | LeftCurly | '{' at column 28 should have line break after. | 48 |
![]() |
blocks | RightCurly | '}' at column 54 should be on the same line as the next part of a multi-block statement. | 48 |
![]() |
blocks | LeftCurly | '{' at column 8 should have line break after. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 10 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 11 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
![]() |
misc | FinalParameters | Parameter e should be final. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter data should be final. | 13 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 13 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 13 |