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 10

Files

File
 I
 W
 E
it/tidalwave/northernwind/util/test/FileTestHelper.java 0 0 6
it/tidalwave/northernwind/util/test/SpringTestHelper.java 0 0 4

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
6
 Error
sizes FileLength
  • max: "300"
1
 Error
LineLength
  • max: "120"
  • ignorePattern: "GEN-FIRST.*$"
1
 Error
whitespace WhitespaceAround 2
 Error

Details

it/tidalwave/northernwind/util/test/FileTestHelper.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 49
 Error
javadoc JavadocMethod Expected @param tag for 'content'. 59
 Error
javadoc JavadocMethod Expected @param tag for 'fileName'. 59
 Error
javadoc JavadocMethod Expected @throws tag for 'IOException'. 60
 Error
javadoc JavadocMethod Expected an @return tag. 72
 Error
javadoc JavadocMethod Expected @param tag for 'segment'. 73

it/tidalwave/northernwind/util/test/SpringTestHelper.java

Severity Category Rule Message Line
 Error
sizes FileLength File length is 334 lines (max allowed is 300). 1
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 182
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 182
 Error
sizes LineLength Line is longer than 120 characters (found 132). 324