The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
2 | 0 | 0 | 5 |
File | I | W | E |
---|---|---|---|
it/tidalwave/util/test/FileComparisonUtils.java | 0 | 0 | 4 |
it/tidalwave/util/test/MockTimeProvider.java | 0 | 0 | 1 |
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | 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 387 lines (max allowed is 300). | 1 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |