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
5 0 0 8

Files

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

Rules

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

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

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

it/tidalwave/thesefoolishthings/examples/dci/displayable/role/Renderable.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
javadoc JavadocMethod Missing a Javadoc comment. 41

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

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

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