Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
4 0 0 32

Rules

Category Rule Violations Severity
blocks LeftCurly 16  Error
coding AvoidInlineConditionals 1  Error
design DesignForExtension 11  Error
javadoc JavadocMethod 3  Error
JavadocPackage 1  Error

Details

com/github/matinh/vdldoc/maven/plugins/Vdldoc.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 49
 Error design DesignForExtension Method 'setGenerator' is not designed for extension - needs to be abstract, final or empty. 158
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 159
 Error design DesignForExtension Method 'execute' is not designed for extension - needs to be abstract, final or empty. 163
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 165
 Error coding AvoidInlineConditionals Avoid inline conditionals. 180
 Error design DesignForExtension Method 'generate' is not designed for extension - needs to be abstract, final or empty. 187
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 191
 Error design DesignForExtension Method 'getOutputName' is not designed for extension - needs to be abstract, final or empty. 200
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 202
 Error design DesignForExtension Method 'getCategoryName' is not designed for extension - needs to be abstract, final or empty. 206
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 208
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 212
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 214
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 218
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 220
 Error design DesignForExtension Method 'setReportOutputDirectory' is not designed for extension - needs to be abstract, final or empty. 224
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 226
 Error design DesignForExtension Method 'getReportOutputDirectory' is not designed for extension - needs to be abstract, final or empty. 230
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 232
 Error design DesignForExtension Method 'isExternalReport' is not designed for extension - needs to be abstract, final or empty. 236
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 238
 Error design DesignForExtension Method 'canGenerateReport' is not designed for extension - needs to be abstract, final or empty. 242
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 244
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 255
 Error javadoc JavadocMethod Missing a Javadoc comment. 260
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 261
 Error javadoc JavadocMethod Missing a Javadoc comment. 298
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 300
 Error javadoc JavadocMethod Missing a Javadoc comment. 323
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 324