The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
2 | 0 | 0 | 6 |
File | I | W | E |
---|---|---|---|
it/tidalwave/util/test/FileComparisonUtils.java | 0 | 0 | 5 |
it/tidalwave/util/test/MockTimeProvider.java | 0 | 0 | 1 |
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod
|
1 | Error |
JavadocVariable
|
2 | Error | |
regexp | RegexpSingleline
|
1 | Error |
sizes | FileLength
|
1 | Error |
whitespace | WhitespaceAfter | 1 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | FileLength | File length is 425 lines (max allowed is 300). | 1 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 336 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |