Checkstyle Results
The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
2 |
0 |
0 |
29 |
Rules
Category |
Rule |
Violations |
Severity |
javadoc |
JavadocMethod
- allowMissingPropertyJavadoc:
"true"
- scope:
"public" |
3 |
Error |
sizes |
LineLength
- max:
"120"
- ignorePattern:
"GEN-FIRST.*$" |
26 |
Error |
Details
it/tidalwave/messagebus/impl/spring/MessageBusAdapterFactory.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). |
39 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
43 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
50 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
52 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
104 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
106 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
115 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
117 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
124 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
126 |
it/tidalwave/messagebus/impl/spring/SpringSimpleMessageSubscriberSupport.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. |
50 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
55 |