Fork me on GitHub

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
4 0 2 11

Rules

Category Rule Violations Severity
coding SimplifyBooleanExpression 1  Error
header RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
4  Error
javadoc JavadocMethod
  • scope: "protected"
2  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
3  Error
whitespace ParenPad
  • option: "space"
3  Error

Details

org/codehaus/mojo/sqlj/AbstractSqljMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^/\*\s*$'. 3
 Error sizes LineLength Line is longer than 120 characters (found 129). 19
 Error sizes LineLength Line is longer than 120 characters (found 133). 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 33

org/codehaus/mojo/sqlj/CleanMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^/\*\s*$'. 3

org/codehaus/mojo/sqlj/HelpMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^package '. 1

org/codehaus/mojo/sqlj/SqljMojo.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^/\*\s*$'. 3
 Error sizes LineLength Line is longer than 120 characters (found 126). 36
 Error whitespace ParenPad ')' is not preceded with whitespace. 72
 Error coding SimplifyBooleanExpression Expression can be simplified. 196
 Error whitespace ParenPad '(' is not followed by whitespace. 296
 Error whitespace ParenPad ')' is not preceded with whitespace. 296