Checkstyle Results
The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
3 |
0 |
0 |
9 |
Details
it/tidalwave/util/test/FileComparisonUtils.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
FileLength |
File length is 424 lines (max allowed is 300). |
1 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
64 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
65 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
126 |
Error |
whitespace |
WhitespaceAfter |
',' is not followed by whitespace. |
335 |
it/tidalwave/util/test/MockTimeProvider.java
Severity |
Category |
Rule |
Message |
Line |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
38 |
it/tidalwave/util/test/SpringTestHelper.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'test'. |
57 |
Error |
whitespace |
WhitespaceAround |
'{' is not followed by whitespace. |
91 |
Error |
whitespace |
WhitespaceAround |
'}' is not preceded with whitespace. |
91 |