The following document contains the results of Checkstyle 6.1.1 with org/jomc/build/resources/checkstyle.xml ruleset.
| File |  I |  W |  E | 
|---|---|---|---|
| org/jomc/spi/Invoker.java | 0 | 0 | 1 | 
| org/jomc/spi/Listener.java | 0 | 0 | 1 | 
| org/jomc/spi/Locator.java | 0 | 0 | 1 | 
| org/jomc/spi/Scope.java | 0 | 0 | 3 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 88 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | coding | RedundantThrows | Redundant throws: 'NullPointerException' is unchecked exception. | 77 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | coding | RedundantThrows | Redundant throws: 'NullPointerException' is unchecked exception. | 81 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | coding | RedundantThrows | Redundant throws: 'NullPointerException' is unchecked exception. | 84 | 
|  Error | coding | RedundantThrows | Redundant throws: 'NullPointerException' is unchecked exception. | 96 | 
|  Error | coding | RedundantThrows | Redundant throws: 'NullPointerException' is unchecked exception. | 107 |