The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
6 | 0 | 0 | 12 |
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod
|
6 | Error |
sizes | LineLength
|
1 | Error |
whitespace | EmptyForIteratorPad | 2 | Error |
OperatorWrap | 1 | Error | |
WhitespaceAfter | 2 | 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 | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 |
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). | 90 |
Error | whitespace | EmptyForIteratorPad | ';' is followed by whitespace. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 183 |