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.rice.krad.dto.InactiveableInfo | 6 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.rice.krad.dto.InactiveableInfo.getActiveAsOfDate() may expose internal representation by returning InactiveableInfo.activeAsOfDate | MALICIOUS_CODE | EI_EXPOSE_REP | 66 | Medium |
org.kuali.rice.krad.dto.InactiveableInfo.getActiveFromDate() may expose internal representation by returning InactiveableInfo.activeFromDate | MALICIOUS_CODE | EI_EXPOSE_REP | 58 | Medium |
org.kuali.rice.krad.dto.InactiveableInfo.getActiveToDate() may expose internal representation by returning InactiveableInfo.activeToDate | MALICIOUS_CODE | EI_EXPOSE_REP | 62 | Medium |
org.kuali.rice.krad.dto.InactiveableInfo.setActiveAsOfDate(Date) may expose internal representation by storing an externally mutable object into InactiveableInfo.activeAsOfDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 54 | Medium |
org.kuali.rice.krad.dto.InactiveableInfo.setActiveFromDate(Date) may expose internal representation by storing an externally mutable object into InactiveableInfo.activeFromDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 46 | Medium |
org.kuali.rice.krad.dto.InactiveableInfo.setActiveToDate(Date) may expose internal representation by storing an externally mutable object into InactiveableInfo.activeToDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 50 | Medium |