Checkstyle Results

The following document contains the results of Checkstyle 6.1.1 with org/jomc/build/resources/checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
3 0 0 12

Details

org/jomc/ObjectManager.java

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

org/jomc/ObjectManagerFactory.java

Severity Category Rule Message Line
 Error coding IllegalCatch Catching 'Exception' is not allowed. 116
 Error coding IllegalCatch Catching 'Exception' is not allowed. 146