The following document contains the results of Checkstyle 6.1.1 with org/jomc/build/resources/checkstyle.xml ruleset.
| File | |||
|---|---|---|---|
| org/jomc/ObjectManager.java | 0 | 0 | 10 |
| org/jomc/ObjectManagerFactory.java | 0 | 0 | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | RedundantThrows | Redundant throws: 'NullPointerException' is unchecked exception. | 88 | |
| coding | RedundantThrows | Redundant throws: 'ObjectManagementException' is unchecked exception. | 88 | |
| coding | RedundantThrows | Redundant throws: 'NullPointerException' is unchecked exception. | 111 | |
| coding | RedundantThrows | Redundant throws: 'ObjectManagementException' is unchecked exception. | 111 | |
| coding | RedundantThrows | Redundant throws: 'NullPointerException' is unchecked exception. | 133 | |
| coding | RedundantThrows | Redundant throws: 'ObjectManagementException' is unchecked exception. | 133 | |
| coding | RedundantThrows | Redundant throws: 'NullPointerException' is unchecked exception. | 155 | |
| coding | RedundantThrows | Redundant throws: 'ObjectManagementException' is unchecked exception. | 155 | |
| coding | RedundantThrows | Redundant throws: 'NullPointerException' is unchecked exception. | 179 | |
| coding | RedundantThrows | Redundant throws: 'ObjectManagementException' is unchecked exception. | 179 |