The following document contains the results of Checkstyle 6.18 with config/maven_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
9 | Warning |
InnerAssignment | 1 | Error | |
javadoc | JavadocMethod
|
3 | Warning |
sizes | LineLength
|
4 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'executor' hides a field. | 216 |
Error | sizes | LineLength | Line is longer than 120 characters (found 130). | 286 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 542 |
Warning | coding | HiddenField | 'file' hides a field. | 565 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Warning | coding | HiddenField | 'transporterProvider' hides a field. | 92 |
Warning | coding | HiddenField | 'layoutProvider' hides a field. | 104 |
Warning | coding | HiddenField | 'checksumPolicyProvider' hides a field. | 116 |
Error | sizes | LineLength | Line is longer than 120 characters (found 122). | 118 |
Warning | coding | HiddenField | 'fileProcessor' hides a field. | 128 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
Warning | coding | HiddenField | 'priority' hides a field. | 145 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'digest' hides a field. | 57 |
Warning | coding | HiddenField | 'error' hides a field. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 120 characters (found 121). | 295 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 120 characters (found 121). | 94 |