Checkstyle Results
The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
5 |
0 |
0 |
8 |
Rules
Category |
Rule |
Violations |
Severity |
javadoc |
JavadocMethod
- allowMissingPropertyJavadoc:
"true"
- scope:
"public" |
4 |
Error |
|
JavadocVariable
|
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 |