The following document contains the results of Checkstyle 9.3 with sun_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
2 | 0 | 0 | 21 |
File | I | W | E |
---|---|---|---|
org/apache/creadur/whisker/plugin/maven/GenerateMojo.java | 0 | 0 | 13 |
org/apache/creadur/whisker/plugin/maven/MojoToJCLLog.java | 0 | 0 | 8 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField | 1 | Error |
imports | AvoidStarImport | 1 | Error |
javadoc | JavadocPackage | 1 | Error |
JavadocStyle | 2 | Error | |
sizes | LineLength
|
15 | Error |
whitespace | FileTabCharacter | 1 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.maven.plugins.annotations.*. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | coding | HiddenField | 'log' hides a field. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 203 |