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