The following document contains the results of Checkstyle 6.1.1 with org/jomc/build/resources/checkstyle.xml ruleset.
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 101 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 114 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 125 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 135 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 155 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 168 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 224 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 456 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 462 | |
| coding | NestedIfDepth | Nested if-else depth is 5 (max allowed is 4). | 643 | |
| coding | NestedIfDepth | Nested if-else depth is 5 (max allowed is 4). | 658 | |
| coding | NestedIfDepth | Nested if-else depth is 5 (max allowed is 4). | 673 | |
| coding | NestedIfDepth | Nested if-else depth is 5 (max allowed is 4). | 686 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 722 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 808 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 814 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 873 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 879 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 960 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1000 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1009 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 1249 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 1541 | |
| coding | HiddenField | 'modules' hides a field. | 2114 | |
| coding | FinalLocalVariable | Variable 'reference' should be declared final. | 2188 | |
| coding | FinalLocalVariable | Variable 'reference' should be declared final. | 2279 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 2533 | |
| coding | NestedIfDepth | Nested if-else depth is 5 (max allowed is 4). | 2545 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 2734 | |
| coding | NestedIfDepth | Nested if-else depth is 5 (max allowed is 4). | 2742 | |
| coding | NestedIfDepth | Nested if-else depth is 6 (max allowed is 4). | 2747 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 2926 | |
| coding | NestedIfDepth | Nested if-else depth is 5 (max allowed is 4). | 2939 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 3126 | |
| coding | FinalLocalVariable | Variable 'reference' should be declared final. | 3377 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 3410 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 3416 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 77 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 83 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 257 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 77 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 79 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 85 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 91 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 97 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 303 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 326 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 379 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 398 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.jomc.model.Specification. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 609 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 614 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 77 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 78 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 84 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 200 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 268 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 287 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 90 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 96 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 102 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 108 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 114 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 120 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 126 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 132 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 138 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 144 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 150 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 156 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 162 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 168 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 174 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 180 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 186 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 192 | |
| coding | FinalLocalVariable | Variable 'instance' should be declared final. | 1166 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 1181 | |
| coding | NestedIfDepth | Nested if-else depth is 5 (max allowed is 4). | 1190 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 1212 | |
| coding | NestedIfDepth | Nested if-else depth is 5 (max allowed is 4). | 1220 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 1238 | |
| coding | NestedIfDepth | Nested if-else depth is 5 (max allowed is 4). | 1246 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 1271 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 1294 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 1317 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 1341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1350 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1363 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 1472 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 78 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 84 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 200 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 268 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 287 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | RedundantThrows | Redundant throws: 'PropertyException' is subclass of 'ModelObjectException'. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 79 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 85 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 91 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 253 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 325 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 344 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 78 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 84 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| coding | FinalLocalVariable | Variable 's0' should be declared final. | 228 |