Checkstyle Results
The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
17 |
0 |
0 |
32 |
Details
it/tidalwave/thesefoolishthings/examples/dci/marshal/role/ListOfPersonsXStreamMarshallable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
42 |
it/tidalwave/thesefoolishthings/examples/dci/marshal/role/ListOfPersonsXStreamUnmarshallable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 121). |
42 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
42 |
it/tidalwave/thesefoolishthings/examples/dci/marshal/role/Loadable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
44 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
46 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
52 |
it/tidalwave/thesefoolishthings/examples/dci/marshal/role/MarshallableLoadable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
52 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 127). |
58 |
it/tidalwave/thesefoolishthings/examples/dci/marshal/role/MarshallableSavable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
52 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 124). |
58 |
it/tidalwave/thesefoolishthings/examples/dci/marshal/role/PersonXStreamMarshallable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
42 |
it/tidalwave/thesefoolishthings/examples/dci/marshal/role/PersonXStreamUnmarshallable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
42 |
it/tidalwave/thesefoolishthings/examples/dci/marshal/role/Savable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
44 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
46 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
52 |
it/tidalwave/thesefoolishthings/examples/dci/marshal/role/XStreamContext.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
44 |
it/tidalwave/thesefoolishthings/examples/dci/marshal/role/XStreamContext1.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
53 |
it/tidalwave/thesefoolishthings/examples/dci/marshal/role/XStreamContext2.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
53 |
it/tidalwave/thesefoolishthings/examples/dci/marshal/role/XStreamMarshallableSupport.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocType |
Type Javadoc comment is missing an @param <T> tag. |
42 |
it/tidalwave/thesefoolishthings/examples/dci/marshal/role/XStreamUnmarshallableSupport.java
Severity |
Category |
Rule |
Message |
Line |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
37 |
Error |
javadoc |
JavadocType |
Type Javadoc comment is missing an @param <T> tag. |
42 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
54 |
it/tidalwave/thesefoolishthings/examples/dci/marshal/xstream/DciMarshalXStreamExample.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
64 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
129 |
it/tidalwave/thesefoolishthings/examples/dci/marshal/xstream/Main.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
43 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
49 |
it/tidalwave/thesefoolishthings/examples/dci/marshal/xstream/converter/IdXStreamConverter.java
Severity |
Category |
Rule |
Message |
Line |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
42 |
it/tidalwave/thesefoolishthings/examples/dci/marshal/xstream/converter/PersonConverter.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
24 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
36 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
42 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
54 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
61 |