The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
1 | 0 | 0 | 6 |
File | I | W | E |
---|---|---|---|
it/tidalwave/northernwind/util/test/FileTestHelper.java | 0 | 0 | 6 |
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod
|
6 | 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 |