The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
2 | 0 | 0 | 3 |
File | I | W | E |
---|---|---|---|
it/tidalwave/thesefoolishthings/examples/inmemoryfinderexample/Main.java | 0 | 0 | 1 |
it/tidalwave/thesefoolishthings/examples/inmemoryfinderexample/PersonSortCriteria.java | 0 | 0 | 2 |
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod
|
1 | Error |
JavadocVariable
|
2 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |