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
37600

org.kuali.rice.krad.dto.InactiveableInfo

BugCategoryDetailsLinePriority
org.kuali.rice.krad.dto.InactiveableInfo.getActiveAsOfDate() may expose internal representation by returning InactiveableInfo.activeAsOfDateMALICIOUS_CODEEI_EXPOSE_REP66Medium
org.kuali.rice.krad.dto.InactiveableInfo.getActiveFromDate() may expose internal representation by returning InactiveableInfo.activeFromDateMALICIOUS_CODEEI_EXPOSE_REP58Medium
org.kuali.rice.krad.dto.InactiveableInfo.getActiveToDate() may expose internal representation by returning InactiveableInfo.activeToDateMALICIOUS_CODEEI_EXPOSE_REP62Medium
org.kuali.rice.krad.dto.InactiveableInfo.setActiveAsOfDate(Date) may expose internal representation by storing an externally mutable object into InactiveableInfo.activeAsOfDateMALICIOUS_CODEEI_EXPOSE_REP254Medium
org.kuali.rice.krad.dto.InactiveableInfo.setActiveFromDate(Date) may expose internal representation by storing an externally mutable object into InactiveableInfo.activeFromDateMALICIOUS_CODEEI_EXPOSE_REP246Medium
org.kuali.rice.krad.dto.InactiveableInfo.setActiveToDate(Date) may expose internal representation by storing an externally mutable object into InactiveableInfo.activeToDateMALICIOUS_CODEEI_EXPOSE_REP250Medium