FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
32 2 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 103 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 172 Low