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/ObjectManager.java | 0 | 0 | 10 |
org/jomc/ObjectManagerFactory.java | 0 | 0 | 2 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | RedundantThrows | Redundant throws: 'NullPointerException' is unchecked exception. | 88 |
Error | coding | RedundantThrows | Redundant throws: 'ObjectManagementException' is unchecked exception. | 88 |
Error | coding | RedundantThrows | Redundant throws: 'NullPointerException' is unchecked exception. | 111 |
Error | coding | RedundantThrows | Redundant throws: 'ObjectManagementException' is unchecked exception. | 111 |
Error | coding | RedundantThrows | Redundant throws: 'NullPointerException' is unchecked exception. | 133 |
Error | coding | RedundantThrows | Redundant throws: 'ObjectManagementException' is unchecked exception. | 133 |
Error | coding | RedundantThrows | Redundant throws: 'NullPointerException' is unchecked exception. | 155 |
Error | coding | RedundantThrows | Redundant throws: 'ObjectManagementException' is unchecked exception. | 155 |
Error | coding | RedundantThrows | Redundant throws: 'NullPointerException' is unchecked exception. | 179 |
Error | coding | RedundantThrows | Redundant throws: 'ObjectManagementException' is unchecked exception. | 179 |