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 6

Files

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

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
1
 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

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