FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.1

Threshold is Low

Effort is Default

Summary

Classes Bugs Errors Missing Classes
43 3 0 0

com.tzavellas.dyndelegate.DynamicDelegateFactory

Bug Category Details Line
com.tzavellas.dyndelegate.DynamicDelegateFactory.remove(Object) might ignore java.lang.Exception BAD_PRACTICE DE_MIGHT_IGNORE 255
Exception is caught when Exception is not thrown in com.tzavellas.dyndelegate.DynamicDelegateFactory.createEJBFromHome(Object, Object[]) STYLE REC_CATCH_EXCEPTION 215
Exception is caught when Exception is not thrown in com.tzavellas.dyndelegate.DynamicDelegateFactory.remove(Object) STYLE REC_CATCH_EXCEPTION 255