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 3

Files

File
 I
 W
 E
it/tidalwave/thesefoolishthings/examples/inmemoryfinderexample/Main.java 0 0 1
it/tidalwave/thesefoolishthings/examples/inmemoryfinderexample/PersonSortCriteria.java 0 0 2

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
1
 Error
JavadocVariable
  • scope: "public"
2
 Error

Details

it/tidalwave/thesefoolishthings/examples/inmemoryfinderexample/Main.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 44

it/tidalwave/thesefoolishthings/examples/inmemoryfinderexample/PersonSortCriteria.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44