The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.kuali.db.jdbc.SQLEvent | 3 |
| org.kuali.db.jdbc.Transaction | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.kuali.db.jdbc.SQLEvent.getTimestamp() may expose internal representation by returning SQLEvent.timestamp | MALICIOUS_CODE | EI_EXPOSE_REP | 58 | Medium |
| new org.kuali.db.jdbc.SQLEvent(String, MessagePriority, Date, Throwable, Transaction) may expose internal representation by storing an externally mutable object into SQLEvent.timestamp | MALICIOUS_CODE | EI_EXPOSE_REP2 | 36 | Medium |
| org.kuali.db.jdbc.SQLEvent.setTimestamp(Date) may expose internal representation by storing an externally mutable object into SQLEvent.timestamp | MALICIOUS_CODE | EI_EXPOSE_REP2 | 62 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Method org.kuali.db.jdbc.Transaction.getReader() may fail to clean up java.io.InputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 51 | Medium |