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
14600

org.kuali.mobility.notification.entity.Notification

BugCategoryDetailsLinePriority
org.kuali.mobility.notification.entity.Notification.getEndDate() may expose internal representation by returning Notification.endDateMALICIOUS_CODEEI_EXPOSE_REP84Medium
org.kuali.mobility.notification.entity.Notification.getStartDate() may expose internal representation by returning Notification.startDateMALICIOUS_CODEEI_EXPOSE_REP76Medium
org.kuali.mobility.notification.entity.Notification.setEndDate(Date) may expose internal representation by storing an externally mutable object into Notification.endDateMALICIOUS_CODEEI_EXPOSE_REP288Medium
org.kuali.mobility.notification.entity.Notification.setStartDate(Date) may expose internal representation by storing an externally mutable object into Notification.startDateMALICIOUS_CODEEI_EXPOSE_REP280Medium

org.kuali.mobility.notification.entity.UserNotification

BugCategoryDetailsLinePriority
org.kuali.mobility.notification.entity.UserNotification.getNotifyDate() may expose internal representation by returning UserNotification.notifyDateMALICIOUS_CODEEI_EXPOSE_REP92Medium
org.kuali.mobility.notification.entity.UserNotification.setNotifyDate(Date) may expose internal representation by storing an externally mutable object into UserNotification.notifyDateMALICIOUS_CODEEI_EXPOSE_REP296Medium