Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
3 0 0 9

Files

File
 I
 W
 E
it/tidalwave/util/test/FileComparisonUtils.java 0 0 5
it/tidalwave/util/test/MockTimeProvider.java 0 0 1
it/tidalwave/util/test/SpringTestHelper.java 0 0 3

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
2
 Error
JavadocVariable
  • scope: "public"
2
 Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
1
 Error
sizes FileLength
  • max: "300"
1
 Error
whitespace WhitespaceAfter 1
 Error
WhitespaceAround 2
 Error

Details

it/tidalwave/util/test/FileComparisonUtils.java

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

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