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

Files

File
 I
 W
 E
it/tidalwave/thesefoolishthings/examples/jpafinderexample/Main.java 0 0 1
it/tidalwave/thesefoolishthings/examples/jpafinderexample/PersonRegistry3.java 0 0 2
it/tidalwave/thesefoolishthings/examples/jpafinderexample/TxManager.java 0 0 3
it/tidalwave/thesefoolishthings/examples/jpafinderexample/impl/JpaPersonFinder.java 0 0 6
it/tidalwave/thesefoolishthings/examples/jpafinderexample/impl/JpaPersonRegistry.java 0 0 2
it/tidalwave/thesefoolishthings/examples/jpafinderexample/impl/PersonEntity.java 0 0 1

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
8
 Error
JavadocVariable
  • scope: "public"
4
 Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
1
 Error
whitespace WhitespaceAfter 2
 Error

Details

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

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

it/tidalwave/thesefoolishthings/examples/jpafinderexample/PersonRegistry3.java

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

it/tidalwave/thesefoolishthings/examples/jpafinderexample/TxManager.java

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

it/tidalwave/thesefoolishthings/examples/jpafinderexample/impl/JpaPersonFinder.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 70
 Error
javadoc JavadocVariable Missing a Javadoc comment. 71
 Error
javadoc JavadocVariable Missing a Javadoc comment. 72
 Error
javadoc JavadocMethod Missing a Javadoc comment. 89
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 120
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 135

it/tidalwave/thesefoolishthings/examples/jpafinderexample/impl/JpaPersonRegistry.java

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

it/tidalwave/thesefoolishthings/examples/jpafinderexample/impl/PersonEntity.java

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