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
41100

org.kuali.student.enrollment.acal.AcalReferenceDataParser

BugCategoryDetailsLinePriority
Hard coded reference to an absolute pathname in org.kuali.student.enrollment.acal.AcalReferenceDataParser.main(String[])STYLEDMI_HARDCODED_ABSOLUTE_FILENAME155Medium
Hard coded reference to an absolute pathname in org.kuali.student.enrollment.acal.AcalReferenceDataParser.main(String[])STYLEDMI_HARDCODED_ABSOLUTE_FILENAME156Medium
org.kuali.student.enrollment.acal.AcalReferenceDataParser.loadDataSet(File) may fail to close streamBAD_PRACTICEOS_OPEN_STREAM652Medium

org.kuali.student.enrollment.acal.Atp

BugCategoryDetailsLinePriority
org.kuali.student.enrollment.acal.Atp.getEndDate() may expose internal representation by returning Atp.endDateMALICIOUS_CODEEI_EXPOSE_REP57Medium
org.kuali.student.enrollment.acal.Atp.getStartDate() may expose internal representation by returning Atp.startDateMALICIOUS_CODEEI_EXPOSE_REP73Medium
org.kuali.student.enrollment.acal.Atp.setEndDate(Date) may expose internal representation by storing an externally mutable object into Atp.endDateMALICIOUS_CODEEI_EXPOSE_REP261Medium
org.kuali.student.enrollment.acal.Atp.setStartDate(Date) may expose internal representation by storing an externally mutable object into Atp.startDateMALICIOUS_CODEEI_EXPOSE_REP277Medium

org.kuali.student.enrollment.acal.Milestone

BugCategoryDetailsLinePriority
org.kuali.student.enrollment.acal.Milestone.getEndDate() may expose internal representation by returning Milestone.endDateMALICIOUS_CODEEI_EXPOSE_REP44Medium
org.kuali.student.enrollment.acal.Milestone.getStartDate() may expose internal representation by returning Milestone.startDateMALICIOUS_CODEEI_EXPOSE_REP76Medium
org.kuali.student.enrollment.acal.Milestone.setEndDate(Date) may expose internal representation by storing an externally mutable object into Milestone.endDateMALICIOUS_CODEEI_EXPOSE_REP248Medium
org.kuali.student.enrollment.acal.Milestone.setStartDate(Date) may expose internal representation by storing an externally mutable object into Milestone.startDateMALICIOUS_CODEEI_EXPOSE_REP280Medium