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 |
53 |
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 |
sizes |
LineLength
- max:
"120"
- ignorePattern:
"GEN-FIRST.*$" |
45 |
Error |
Details
it/tidalwave/thesefoolishthings/examples/dci/displayable/DisplayableExample.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
36 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
40 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
45 |
it/tidalwave/thesefoolishthings/examples/dci/displayable/Main.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
34 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
38 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
43 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
49 |
it/tidalwave/thesefoolishthings/examples/dci/displayable/role/Renderable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
31 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
35 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
38 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
40 |
it/tidalwave/thesefoolishthings/examples/person/PersonDisplayable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
33 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
36 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
39 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
46 |
it/tidalwave/thesefoolishthings/examples/person/PersonRenderable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
34 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
37 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
40 |