The following document contains the results of Checkstyle 6.2 with config/maven_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/codehaus/mojo/sqlj/AbstractSqljMojo.java | 0 | 2 | 3 |
| org/codehaus/mojo/sqlj/CleanMojo.java | 0 | 0 | 1 |
| org/codehaus/mojo/sqlj/HelpMojo.java | 0 | 0 | 1 |
| org/codehaus/mojo/sqlj/SqljMojo.java | 0 | 0 | 6 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | SimplifyBooleanExpression | 1 | |
| header | RegexpHeader
|
4 | |
| javadoc | JavadocMethod
|
2 | |
| sizes | LineLength
|
3 | |
| whitespace | ParenPad
|
3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*\s*$'. | 3 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*\s*$'. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*\s*$'. | 3 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 36 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 72 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 196 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 296 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 296 |