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
1 0 0 6

Files

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

Rules

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