The following document contains the results of Checkstyle 5.7.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
51 | Error |
RightCurly
|
7 | Error | |
coding | RedundantThrows | 15 | Error |
imports | UnusedImports | 9 | Error |
javadoc | JavadocMethod
|
92 | Warning |
JavadocType
|
1 | Error | |
JavadocVariable
|
12 | Info | |
modifier | ModifierOrder | 1 | Error |
naming | ConstantName | 1 | Error |
MethodName | 1 | Error | |
StaticVariableName | 1 | Error | |
sizes | LineLength
|
22 | Error |
whitespace | ParenPad
|
173 | Error |
WhitespaceAfter | 2 | Error | |
WhitespaceAround | 20 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 44 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 44 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 44 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 61 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 62 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 62 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.io.IOException. | 22 |
Error | imports | UnusedImports | Unused import - java.nio.MappedByteBuffer. | 24 |
Error | imports | UnusedImports | Unused import - java.nio.channels.FileChannel. | 25 |
Error | imports | UnusedImports | Unused import - java.nio.file.Path. | 26 |
Error | imports | UnusedImports | Unused import - java.nio.file.StandardOpenOption. | 27 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 60 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 60 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 60 |
Error | blocks | LeftCurly | '{' should be on a new line. | 60 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Error | blocks | LeftCurly | '{' should be on a new line. | 66 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 67 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 67 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 67 |
Error | blocks | LeftCurly | '{' should be on a new line. | 67 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 86 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 86 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 86 |
Error | blocks | LeftCurly | '{' should be on a new line. | 86 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 93 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 95 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 95 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 95 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 95 |
Error | blocks | LeftCurly | '{' should be on a new line. | 95 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | blocks | LeftCurly | '{' should be on a new line. | 102 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 107 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 107 |
Error | blocks | LeftCurly | '{' should be on a new line. | 107 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 108 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 108 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 108 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 108 |
Error | blocks | LeftCurly | '{' should be on a new line. | 108 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 114 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 114 |
Error | blocks | LeftCurly | '{' should be on a new line. | 114 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 115 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 115 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 115 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 115 |
Error | blocks | LeftCurly | '{' should be on a new line. | 115 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 118 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.ArrayList. | 26 |
Error | imports | UnusedImports | Unused import - java.util.Collections. | 28 |
Error | imports | UnusedImports | Unused import - java.util.HashSet. | 30 |
Error | blocks | LeftCurly | '{' should be on a new line. | 44 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 45 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 45 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 46 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 46 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 47 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 47 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 48 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 48 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 49 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 49 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 50 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 55 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 55 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 55 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 55 |
Error | blocks | LeftCurly | '{' should be on a new line. | 55 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 56 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 56 |
Error | naming | ConstantName | Name 'extensionMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 64 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 64 |
Error | blocks | LeftCurly | '{' should be on a new line. | 64 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 65 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 65 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | blocks | LeftCurly | '{' should be on a new line. | 72 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 110 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 119 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 128 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 137 |
Error | blocks | LeftCurly | '{' should be on a new line. | 137 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 138 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Error | blocks | LeftCurly | '{' should be on a new line. | 33 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 36 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 36 |
Error | blocks | LeftCurly | '{' should be on a new line. | 36 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 75 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Error | coding | RedundantThrows | Redundant throws: 'ChecksumValidationException' is unchecked exception. | 73 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 83 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | extension | TreeWalker | Got an exception - expecting EOF, found '}' | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 32 |
Error | blocks | LeftCurly | '{' should be on a new line. | 32 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 36 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Error | blocks | LeftCurly | '{' should be on a new line. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.ArrayList. | 32 |
Error | naming | StaticVariableName | Name 'FILE_ENCODING' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'referenceFile'. | 70 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 101 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 112 |
Error | sizes | LineLength | Line is longer than 120 characters (found 137). | 115 |
Error | sizes | LineLength | Line is longer than 120 characters (found 121). | 136 |
Error | sizes | LineLength | Line is longer than 120 characters (found 124). | 142 |
Warning | javadoc | JavadocMethod | Unused @throws tag for 'IOException'. | 155 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 157 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'ChecksumValidationException'. | 157 |
Error | coding | RedundantThrows | Redundant throws: 'ChecksumValidationException' is unchecked exception. | 157 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
Error | coding | RedundantThrows | Redundant throws: 'ChecksumValidationException' is unchecked exception. | 162 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 174 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'ChecksumValidationException'. | 174 |
Error | coding | RedundantThrows | Redundant throws: 'ChecksumValidationException' is unchecked exception. | 174 |
Error | sizes | LineLength | Line is longer than 120 characters (found 124). | 191 |
Error | sizes | LineLength | Line is longer than 120 characters (found 132). | 195 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 195 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'ChecksumValidationException'. | 195 |
Error | coding | RedundantThrows | Redundant throws: 'ChecksumValidationException' is unchecked exception. | 195 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 204 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 207 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 207 |
Error | blocks | LeftCurly | '{' should be on a new line. | 207 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 208 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 208 |
Error | blocks | LeftCurly | '{' should be on a new line. | 208 |
Error | sizes | LineLength | Line is longer than 120 characters (found 121). | 209 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 209 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 209 |
Error | blocks | RightCurly | '}' should be alone on a line. | 210 |
Error | blocks | LeftCurly | '{' should be on a new line. | 210 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 211 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 211 |
Error | blocks | RightCurly | '}' should be alone on a line. | 213 |
Error | blocks | LeftCurly | '{' should be on a new line. | 213 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 234 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 234 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 234 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 234 |
Error | blocks | LeftCurly | '{' should be on a new line. | 234 |
Error | sizes | LineLength | Line is longer than 120 characters (found 148). | 236 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 236 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 236 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 238 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 238 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 245 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 245 |
Error | blocks | LeftCurly | '{' should be on a new line. | 245 |
Error | blocks | RightCurly | '}' should be alone on a line. | 247 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 263 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 263 |
Error | blocks | LeftCurly | '{' should be on a new line. | 263 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 264 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 264 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 276 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 276 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 283 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 283 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 285 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 288 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 288 |
Error | sizes | LineLength | Line is longer than 120 characters (found 149). | 312 |
Error | blocks | RightCurly | '}' should be alone on a line. | 313 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 313 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 313 |
Error | blocks | LeftCurly | '{' should be on a new line. | 313 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 321 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 321 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 327 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 327 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 333 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 333 |
Error | sizes | LineLength | Line is longer than 120 characters (found 130). | 343 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 372 |
Error | sizes | LineLength | Line is longer than 120 characters (found 124). | 372 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'encoding'. | 372 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'ChecksumValidationException'. | 373 |
Error | coding | RedundantThrows | Redundant throws: 'ChecksumValidationException' is unchecked exception. | 373 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 378 |
Error | sizes | LineLength | Line is longer than 120 characters (found 142). | 379 |
Error | blocks | RightCurly | '}' should be alone on a line. | 380 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 380 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 380 |
Error | blocks | LeftCurly | '{' should be on a new line. | 380 |
Error | sizes | LineLength | Line is longer than 120 characters (found 135). | 381 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 381 |
Error | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 381 |
Error | sizes | LineLength | Line is longer than 120 characters (found 124). | 386 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 386 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 74 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 83 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 135 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 135 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
Error | coding | RedundantThrows | Redundant throws: 'ChecksumValidationException' is unchecked exception. | 143 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 146 |
Error | sizes | LineLength | Line is longer than 120 characters (found 150). | 149 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 156 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 156 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 157 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 157 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 157 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 157 |
Error | sizes | LineLength | Line is longer than 120 characters (found 126). | 158 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 158 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 158 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 158 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 158 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
Error | sizes | LineLength | Line is longer than 120 characters (found 124). | 168 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
Error | coding | RedundantThrows | Redundant throws: 'ChecksumValidationException' is unchecked exception. | 173 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
Error | coding | RedundantThrows | Redundant throws: 'ChecksumValidationException' is unchecked exception. | 183 |
Error | sizes | LineLength | Line is longer than 120 characters (found 125). | 189 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
Error | coding | RedundantThrows | Redundant throws: 'ChecksumValidationException' is unchecked exception. | 198 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 204 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
Error | coding | RedundantThrows | Redundant throws: 'ChecksumValidationException' is unchecked exception. | 210 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 216 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
Error | coding | RedundantThrows | Redundant throws: 'ChecksumValidationException' is unchecked exception. | 221 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 227 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
Error | coding | RedundantThrows | Redundant throws: 'ChecksumValidationException' is unchecked exception. | 233 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 235 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 235 |
Error | sizes | LineLength | Line is longer than 120 characters (found 122). | 237 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 237 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 242 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 247 |
Error | coding | RedundantThrows | Redundant throws: 'ChecksumValidationException' is unchecked exception. | 249 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 251 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 251 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 252 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 260 |
Error | coding | RedundantThrows | Redundant throws: 'ChecksumValidationException' is unchecked exception. | 262 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 264 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 264 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 265 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 269 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 277 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 277 |
Error | sizes | LineLength | Line is longer than 120 characters (found 153). | 278 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 278 |
Error | sizes | LineLength | Line is longer than 120 characters (found 137). | 284 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
Error | sizes | LineLength | Line is longer than 120 characters (found 132). | 299 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 299 |
Error | sizes | LineLength | Line is longer than 120 characters (found 136). | 305 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Error | blocks | RightCurly | '}' should be alone on a line. | 37 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 37 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 37 |
Error | blocks | LeftCurly | '{' should be on a new line. | 37 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | blocks | LeftCurly | '{' should be on a new line. | 47 |
Error | blocks | RightCurly | '}' should be alone on a line. | 51 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 51 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 51 |
Error | blocks | LeftCurly | '{' should be on a new line. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | extension | TreeWalker | Got an exception - expecting EOF, found 'byte' | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | LeftCurly | '{' should be on a new line. | 25 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 48 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 48 |
Error | blocks | LeftCurly | '{' should be on a new line. | 48 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 54 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 54 |
Error | blocks | LeftCurly | '{' should be on a new line. | 54 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 60 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 60 |
Error | blocks | LeftCurly | '{' should be on a new line. | 60 |
Error | blocks | LeftCurly | '{' should be on a new line. | 70 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 78 |
Error | blocks | LeftCurly | '{' should be on a new line. | 78 |
Error | blocks | LeftCurly | '{' should be on a new line. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | LeftCurly | '{' should be on a new line. | 33 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | blocks | LeftCurly | '{' should be on a new line. | 39 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 43 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 43 |
Error | blocks | LeftCurly | '{' should be on a new line. | 43 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 44 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 44 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Error | naming | MethodName | Name 'INITIALIZE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 47 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 47 |
Error | blocks | LeftCurly | '{' should be on a new line. | 47 |
Error | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 49 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 49 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 49 |
Error | blocks | LeftCurly | '{' should be on a new line. | 49 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 50 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 50 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 50 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Error | blocks | LeftCurly | '{' should be on a new line. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 59 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 59 |
Error | blocks | LeftCurly | '{' should be on a new line. | 59 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | blocks | LeftCurly | '{' should be on a new line. | 64 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | blocks | LeftCurly | '{' should be on a new line. | 68 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 69 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 69 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 72 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 72 |
Error | blocks | LeftCurly | '{' should be on a new line. | 72 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 73 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 73 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 76 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 76 |
Error | blocks | LeftCurly | '{' should be on a new line. | 76 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 77 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 77 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 77 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 77 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 80 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 80 |
Error | blocks | LeftCurly | '{' should be on a new line. | 80 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 81 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 81 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 81 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 84 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 84 |
Error | blocks | LeftCurly | '{' should be on a new line. | 84 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 85 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 85 |