The following document contains the results of Checkstyle 6.11.2 with org/jomc/build/resources/checkstyle.xml ruleset.
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 439 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 444 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 450 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | FinalLocalVariable | Variable 'url' should be declared final. | 524 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 544 | |
| design | VisibilityModifier | Variable 'resource' must be private and have accessor methods. | 547 | |
| design | VisibilityModifier | Variable 'schema' must be private and have accessor methods. | 549 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 551 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 558 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 660 | |
| coding | HiddenField | 'modlets' hides a field. | 889 | |
| coding | HiddenField | 'modlets' hides a field. | 905 | |
| coding | HiddenField | 'modlets' hides a field. | 921 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Missing a Javadoc comment. | 36 |