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.mobility.notification.entity.Notification | 4 |
| org.kuali.mobility.notification.entity.UserNotification | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.kuali.mobility.notification.entity.Notification.getEndDate() may expose internal representation by returning Notification.endDate | MALICIOUS_CODE | EI_EXPOSE_REP | 84 | Medium |
| org.kuali.mobility.notification.entity.Notification.getStartDate() may expose internal representation by returning Notification.startDate | MALICIOUS_CODE | EI_EXPOSE_REP | 76 | Medium |
| org.kuali.mobility.notification.entity.Notification.setEndDate(Date) may expose internal representation by storing an externally mutable object into Notification.endDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 88 | Medium |
| org.kuali.mobility.notification.entity.Notification.setStartDate(Date) may expose internal representation by storing an externally mutable object into Notification.startDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 80 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.kuali.mobility.notification.entity.UserNotification.getNotifyDate() may expose internal representation by returning UserNotification.notifyDate | MALICIOUS_CODE | EI_EXPOSE_REP | 92 | Medium |
| org.kuali.mobility.notification.entity.UserNotification.setNotifyDate(Date) may expose internal representation by storing an externally mutable object into UserNotification.notifyDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 96 | Medium |