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/persistable/jpa/DciPersistenceJpaExample.java 0 0 3
it/tidalwave/thesefoolishthings/examples/dci/persistable/jpa/JpaPersistenceContext.java 0 0 2
it/tidalwave/thesefoolishthings/examples/dci/persistable/jpa/Main.java 0 0 1
it/tidalwave/thesefoolishthings/examples/person/JpaPersistableSupport.java 0 0 1
it/tidalwave/thesefoolishthings/examples/person/PersonJpaPersistable.java 0 0 1

Rules

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

Details

it/tidalwave/thesefoolishthings/examples/dci/persistable/jpa/DciPersistenceJpaExample.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 42
 Error
javadoc JavadocMethod Missing a Javadoc comment. 44
 Error
regexp RegexpSingleline Line has trailing spaces. 51

it/tidalwave/thesefoolishthings/examples/dci/persistable/jpa/JpaPersistenceContext.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/dci/persistable/jpa/Main.java

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

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

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

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

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