Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.1.1 with config/sun_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
1 0 0 22

Rules

Category Rule Violations Severity
blocks RightCurly 1  Error
coding AvoidInlineConditionals 1  Error
design DesignForExtension 3  Error
VisibilityModifier 1  Error
javadoc JavadocPackage
  • allowLegacy: "true"
1  Error
JavadocStyle 1  Error
regexp RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
5  Error
sizes LineLength 9  Error

Details

net/osgiliath/module/exam/AbstractPaxExamKarafConfiguration.java

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