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
33 4 0 0

de.smartics.exceptions.AbstractCoreException

Bug Category Details Line Priority
de.smartics.exceptions.AbstractCoreException.getClassLoader() creates a de.smartics.exceptions.runtime.FallbackClassLoader classloader, which should be performed within a doPrivileged block MALICIOUS_CODE DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED 172 Medium

de.smartics.exceptions.AbstractCoreRuntimeException

Bug Category Details Line Priority
de.smartics.exceptions.AbstractCoreRuntimeException.getClassLoader() creates a de.smartics.exceptions.runtime.FallbackClassLoader classloader, which should be performed within a doPrivileged block MALICIOUS_CODE DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED 192 Medium

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