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

Files

File
 I
 W
 E
it/tidalwave/thesefoolishthings/examples/dci/displayable/DisplayableExample.java 0 0 2
it/tidalwave/thesefoolishthings/examples/dci/displayable/Main.java 0 0 2
it/tidalwave/thesefoolishthings/examples/person/PersonDisplayable.java 0 0 2

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
3
 Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
3
 Error

Details

it/tidalwave/thesefoolishthings/examples/dci/displayable/DisplayableExample.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 45
 Error
regexp RegexpSingleline Line has trailing spaces. 49

it/tidalwave/thesefoolishthings/examples/dci/displayable/Main.java

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

it/tidalwave/thesefoolishthings/examples/person/PersonDisplayable.java

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