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
2 0 0 5

Files

File
 I
 W
 E
it/tidalwave/util/test/FileComparisonUtils.java 0 0 4
it/tidalwave/util/test/MockTimeProvider.java 0 0 1

Rules

Category Rule Violations Severity
javadoc 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

Details

it/tidalwave/util/test/FileComparisonUtils.java

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

it/tidalwave/util/test/MockTimeProvider.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 38