The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField | 2 | Error |
misc | NewlineAtEndOfFile | 2 | Error |
modifier | RedundantModifier | 4 | Error |
sizes | LineLength | 152 | Error |
whitespace | FileTabCharacter | 10 | Error |
WhitespaceAfter | 39 | Error | |
WhitespaceAround | 25 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 |
Error | coding | HiddenField | 'shortCode' hides a field. | 124 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 |
Error | coding | HiddenField | 'description' hides a field. | 124 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 59 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 59 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 87 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 129 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 129 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 131 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 131 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 131 |
Error | whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 132 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 132 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 132 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 136 |
Error | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 136 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 136 |
Error | whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 137 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 137 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 137 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 139 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 139 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 139 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 154 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 156 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 160 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 160 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 167 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 167 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 167 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 210 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 210 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 273). | 214 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 240 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 254 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 254 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 255 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 257 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 60 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 280). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 224). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 195). | 134 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 278 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 320 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 323 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 69 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. |