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
5 0 0 6

Details

org/jomc/spi/Invoker.java

Severity Category Rule Message Line
 Error coding IllegalThrows Throwing 'Throwable' is not allowed. 88

org/jomc/spi/Listener.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'NullPointerException' is unchecked exception. 77

org/jomc/spi/Locator.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'NullPointerException' is unchecked exception. 81

org/jomc/spi/Scope.java

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