The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
4 | 0 | 0 | 12 |
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod
|
7 | Error |
misc | FinalParameters | 1 | Error |
sizes | FileLength
|
1 | Error |
LineLength
|
1 | Error | |
whitespace | EmptyForIteratorPad | 1 | Error |
NoWhitespaceBefore | 1 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 120 characters (found 121). | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 99 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 105 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | FileLength | File length is 424 lines (max allowed is 300). | 1 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 217 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 217 |
Error | misc | FinalParameters | Parameter executable should be final. | 261 |
Error | javadoc | JavadocMethod | Expected @param tag for 'executable'. | 261 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 262 |