The following document contains the results of Checkstyle 6.1.1 with config/sun_checks.xml ruleset.
File | I | W | E |
---|---|---|---|
net/osgiliath/module/exam/AbstractPaxExamKarafConfiguration.java | 0 | 0 | 22 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | RightCurly | 1 | Error |
coding | AvoidInlineConditionals | 1 | Error |
design | DesignForExtension | 3 | Error |
VisibilityModifier | 1 | Error | |
javadoc | JavadocPackage
|
1 | Error |
JavadocStyle | 1 | Error | |
regexp | RegexpSingleline
|
5 | Error |
sizes | LineLength | 9 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | design | VisibilityModifier | Variable 'paxRunnerVmOption' must be private and have accessor methods. | 109 |
Error | design | DesignForExtension | Method 'createConfig' is not designed for extension - needs to be abstract, final or empty. | 114 |
Error | coding | AvoidInlineConditionals | Avoid inline conditionals. | 131 |
Error | blocks | RightCurly | '}' should be on the same line. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | design | DesignForExtension | Method 'loggingLevel' is not designed for extension - needs to be abstract, final or empty. | 205 |
Error | design | DesignForExtension | Method 'addExtraOptions' is not designed for extension - needs to be abstract, final or empty. | 212 |