The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
3 | 0 | 0 | 7 |
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod
|
2 | Error |
JavadocType
|
1 | Error | |
sizes | LineLength
|
1 | Error |
whitespace | WhitespaceAfter | 1 | Error |
WhitespaceAround | 2 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Unknown tag 'stereotype'. | 37 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 48 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 49 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 |
Error | sizes | LineLength | Line is longer than 120 characters (found 124). | 123 |