FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
29 3 0 0

de.smartics.exceptions.context.PropertiesConfiguredExceptionContext

Bug Category Details Line Priority
Load of known null value in de.smartics.exceptions.context.PropertiesConfiguredExceptionContext.createConfiguration() STYLE NP_LOAD_OF_KNOWN_NULL_VALUE 106 Medium

de.smartics.exceptions.runtime.AbstractExceptionContextManager

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in de.smartics.exceptions.runtime.AbstractExceptionContextManager.provideContext(ClassLoader, ClassLoader) STYLE REC_CATCH_EXCEPTION 174 Low

de.smartics.exceptions.runtime.Helper

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in de.smartics.exceptions.runtime.Helper.loadService(Class, ClassLoader) STYLE REC_CATCH_EXCEPTION 102 Medium