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 |
54 |
Rules
Category |
Rule |
Violations |
Severity |
javadoc |
JavadocMethod
- allowMissingPropertyJavadoc:
"true"
- scope:
"public" |
9 |
Error |
sizes |
LineLength
- max:
"120"
- ignorePattern:
"GEN-FIRST.*$" |
45 |
Error |
Details
it/tidalwave/thesefoolishthings/examples/person/DefaultPersonRegistry.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 |
it/tidalwave/thesefoolishthings/examples/person/ListOfPersons.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). |
35 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
41 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
49 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
54 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
60 |
it/tidalwave/thesefoolishthings/examples/person/Person.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). |
37 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
43 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
48 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
54 |
it/tidalwave/thesefoolishthings/examples/person/PersonRegistry.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 |
JavadocMethod |
Missing a Javadoc comment. |
39 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
42 |
it/tidalwave/thesefoolishthings/examples/person/PersonRegistryHelper.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 |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
37 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
53 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
58 |