FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 1.3.2
Threshold is Low
Effort is Max
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 167 | 2 | 0 | 0 |
Files
| Class | Bugs |
|---|---|
| com.gridsystems.storage.FailSafeManager | 2 |
com.gridsystems.storage.FailSafeManager
| Bug | Category | Details | Line |
|---|---|---|---|
| Exception is caught when Exception is not thrown in com.gridsystems.storage.FailSafeManager.instantiate(Class) | STYLE | REC_CATCH_EXCEPTION | 190 |
| Exception is caught when Exception is not thrown in com.gridsystems.storage.FailSafeManager.instantiate(Class, Object, Class) | STYLE | REC_CATCH_EXCEPTION | 216 |