The following document contains the results of Checkstyle 6.11.2 with org/jomc/build/resources/checkstyle.xml ruleset.
| File | |||
|---|---|---|---|
| org/jomc/modlet/DefaultModletProvider.java | 0 | 0 | 5 |
| org/jomc/modlet/DefaultServiceFactory.java | 0 | 0 | 1 |
| org/jomc/modlet/ModelContext.java | 0 | 0 | 4 |
| org/jomc/modlet/package-info.java | 0 | 0 | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 557 | |
| design | VisibilityModifier | Variable 'resource' must be private and have accessor methods. | 560 | |
| design | VisibilityModifier | Variable 'validating' must be private and have accessor methods. | 562 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 564 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 571 |
| 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 |