The following document contains the results of Checkstyle 6.18 with config/maven_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
1 | |
| javadoc | JavadocMethod
|
2 | |
JavadocVariable
|
2 | ||
| sizes | ParameterNumber | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'project' hides a field. | 756 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 11). | 87 |