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.DatabaseEvent | 3 |
org.kuali.db.Transaction | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.db.DatabaseEvent.getTimestamp() may expose internal representation by returning DatabaseEvent.timestamp | MALICIOUS_CODE | EI_EXPOSE_REP | 57 | Medium |
new org.kuali.db.DatabaseEvent(String, MessagePriority, Date, Throwable, Transaction) may expose internal representation by storing an externally mutable object into DatabaseEvent.timestamp | MALICIOUS_CODE | EI_EXPOSE_REP2 | 35 | Medium |
org.kuali.db.DatabaseEvent.setTimestamp(Date) may expose internal representation by storing an externally mutable object into DatabaseEvent.timestamp | MALICIOUS_CODE | EI_EXPOSE_REP2 | 61 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Method org.kuali.db.Transaction.getReader() may fail to clean up java.io.InputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 51 | Medium |