The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.miloss.fgsms.services.status.impl.StatusServiceImpl | 5 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.miloss.fgsms.services.status.impl.StatusServiceImpl.setMoreStatus(List) may fail to clean up java.sql.ResultSet on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 600 | Medium |
org.miloss.fgsms.services.status.impl.StatusServiceImpl.setMoreStatus(List) may fail to clean up java.sql.Statement on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 598 | Medium |
org.miloss.fgsms.services.status.impl.StatusServiceImpl.setStatusInternal(String, PolicyType, String, String, String, Calendar, String, boolean) may fail to clean up java.sql.ResultSet on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 158 | Medium |
org.miloss.fgsms.services.status.impl.StatusServiceImpl.setStatusInternal(String, PolicyType, String, String, String, Calendar, String, boolean) may fail to clean up java.sql.Statement on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 156 | Medium |
Redundant nullcheck of reqs, which is known to be non-null in org.miloss.fgsms.services.status.impl.StatusServiceImpl.setMoreStatus(List) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 568 | Medium |