FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
10400

org.kuali.db.jdbc.SQLEvent

BugCategoryDetailsLinePriority
org.kuali.db.jdbc.SQLEvent.getTimestamp() may expose internal representation by returning SQLEvent.timestampMALICIOUS_CODEEI_EXPOSE_REP58Medium
new org.kuali.db.jdbc.SQLEvent(String, MessagePriority, Date, Throwable, Transaction) may expose internal representation by storing an externally mutable object into SQLEvent.timestampMALICIOUS_CODEEI_EXPOSE_REP236Medium
org.kuali.db.jdbc.SQLEvent.setTimestamp(Date) may expose internal representation by storing an externally mutable object into SQLEvent.timestampMALICIOUS_CODEEI_EXPOSE_REP262Medium

org.kuali.db.jdbc.Transaction

BugCategoryDetailsLinePriority
Method org.kuali.db.jdbc.Transaction.getReader() may fail to clean up java.io.InputStreamEXPERIMENTALOBL_UNSATISFIED_OBLIGATION51Medium