The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
6 | 0 | 0 | 11 |
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod
|
6 | Error |
sizes | LineLength
|
1 | Error |
whitespace | EmptyForIteratorPad | 2 | Error |
OperatorWrap | 1 | Error | |
WhitespaceAfter | 1 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | OperatorWrap | '+' should be on a new line. | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 120 characters (found 136). | 89 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 182 |