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

Files

File
 I
 W
 E
it/tidalwave/thesefoolishthings/examples/dci/marshal/xstream/DciMarshalXStreamExample.java 0 0 1
it/tidalwave/thesefoolishthings/examples/dci/marshal/xstream/IdXStreamConverter.java 0 0 1
it/tidalwave/thesefoolishthings/examples/dci/marshal/xstream/Main.java 0 0 1
it/tidalwave/thesefoolishthings/examples/dci/marshal/xstream/XStreamContext.java 0 0 1
it/tidalwave/thesefoolishthings/examples/person/DefaultPersonRegistryXStreamMarshallable.java 0 0 1
it/tidalwave/thesefoolishthings/examples/person/ListOfPersonsXStreamMarshallable.java 0 0 1
it/tidalwave/thesefoolishthings/examples/person/PersonXStreamMarshallable.java 0 0 1
it/tidalwave/thesefoolishthings/examples/person/XStreamMarshallableSupport.java 0 0 2

Rules

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

Details

it/tidalwave/thesefoolishthings/examples/dci/marshal/xstream/DciMarshalXStreamExample.java

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

it/tidalwave/thesefoolishthings/examples/dci/marshal/xstream/IdXStreamConverter.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 42

it/tidalwave/thesefoolishthings/examples/dci/marshal/xstream/Main.java

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

it/tidalwave/thesefoolishthings/examples/dci/marshal/xstream/XStreamContext.java

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

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

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

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

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

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

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

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

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 40
 Error
javadoc JavadocType Type Javadoc comment is missing an @param <D> tag. 44