SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.7.3
Threshold is low
Effort is max
Summary
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
13 | 4 | 0 | 0 |
Files
Class | Bugs |
---|---|
dev.aherscu.qa.jgiven.jdbc.TestConfiguration | 1 |
dev.aherscu.qa.jgiven.jdbc.utils.dbutils.StreamingQueryRunner | 3 |
dev.aherscu.qa.jgiven.jdbc.TestConfiguration
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Private method dev.aherscu.qa.jgiven.jdbc.TestConfiguration.datasourceInt(String, String) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 72 | Low |
dev.aherscu.qa.jgiven.jdbc.utils.dbutils.StreamingQueryRunner
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
dev.aherscu.qa.jgiven.jdbc.utils.dbutils.StreamingQueryRunner.query(Connection, boolean, String, StreamingResultSetHandler, Object[]) may fail to clean up java.sql.ResultSet | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 142 | Medium |
dev.aherscu.qa.jgiven.jdbc.utils.dbutils.StreamingQueryRunner.query(Connection, boolean, String, StreamingResultSetHandler, Object[]) may fail to clean up java.sql.Statement | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 139 | Medium |
dev.aherscu.qa.jgiven.jdbc.utils.dbutils.StreamingQueryRunner.toString() may fail to close Connection | BAD_PRACTICE | ODR_OPEN_DATABASE_RESOURCE | 109 | Medium |