The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is low
Effort is max
Class | Bugs |
---|---|
de.smartics.exceptions.context.PropertiesConfiguredExceptionContext | 1 |
de.smartics.exceptions.runtime.AbstractExceptionContextManager | 1 |
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 |
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 |