The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
2 | 0 | 0 | 10 |
File | I | W | E |
---|---|---|---|
it/tidalwave/northernwind/util/test/FileTestHelper.java | 0 | 0 | 6 |
it/tidalwave/northernwind/util/test/SpringTestHelper.java | 0 | 0 | 4 |
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod
|
6 | Error |
sizes | FileLength
|
1 | Error |
LineLength
|
1 | Error | |
whitespace | WhitespaceAround | 2 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocMethod | Expected @param tag for 'content'. | 59 |
Error | javadoc | JavadocMethod | Expected @param tag for 'fileName'. | 59 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 60 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 72 |
Error | javadoc | JavadocMethod | Expected @param tag for 'segment'. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | FileLength | File length is 334 lines (max allowed is 300). | 1 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 182 |
Error | sizes | LineLength | Line is longer than 120 characters (found 132). | 324 |