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
46313000

Files

ClassBugs
org.kuali.student.lum.course.dto.CourseInfo4
org.kuali.student.lum.course.service.jaxws.SetCurrentCourseVersion2
org.kuali.student.lum.lo.dto.LoCategoryInfo4
org.kuali.student.lum.lo.dto.LoCategoryTypeInfo4
org.kuali.student.lum.lo.dto.LoInfo4
org.kuali.student.lum.lo.dto.LoLoRelationInfo4
org.kuali.student.lum.lo.dto.LoLoRelationTypeInfo4
org.kuali.student.lum.lo.dto.LoRepositoryInfo4
org.kuali.student.lum.lo.dto.LoTypeInfo4
org.kuali.student.lum.lrc.dto.CredentialInfo4
org.kuali.student.lum.lrc.dto.CredentialTypeInfo4
org.kuali.student.lum.lrc.dto.CreditInfo4
org.kuali.student.lum.lrc.dto.CreditTypeInfo4
org.kuali.student.lum.lrc.dto.GradeInfo4
org.kuali.student.lum.lrc.dto.GradeTypeInfo4
org.kuali.student.lum.lrc.dto.ResultComponentInfo4
org.kuali.student.lum.lrc.dto.ResultComponentTypeInfo4
org.kuali.student.lum.lrc.dto.ScaleInfo4
org.kuali.student.lum.lu.dto.AccreditationInfo4
org.kuali.student.lum.lu.dto.AffiliatedOrgInfo4
org.kuali.student.lum.lu.dto.CluCluRelationInfo4
org.kuali.student.lum.lu.dto.CluInfo4
org.kuali.student.lum.lu.dto.CluLoRelationInfo4
org.kuali.student.lum.lu.dto.CluPublicationInfo4
org.kuali.student.lum.lu.dto.CluResultInfo4
org.kuali.student.lum.lu.dto.CluSetInfo4
org.kuali.student.lum.lu.dto.CluSetTreeViewInfo4
org.kuali.student.lum.lu.dto.LuDocRelationInfo4
org.kuali.student.lum.lu.dto.LuDocRelationTypeInfo4
org.kuali.student.lum.lu.dto.LuiInfo4
org.kuali.student.lum.lu.dto.LuiLuiRelationInfo4
org.kuali.student.lum.lu.dto.ResultOptionInfo4
org.kuali.student.lum.program.dto.MajorDisciplineInfo2
org.kuali.student.lum.program.dto.ProgramVariationInfo2

org.kuali.student.lum.course.dto.CourseInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.course.dto.CourseInfo.getEffectiveDate() may expose internal representation by returning CourseInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP552Medium
org.kuali.student.lum.course.dto.CourseInfo.getExpirationDate() may expose internal representation by returning CourseInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP563Medium
org.kuali.student.lum.course.dto.CourseInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CourseInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2556Medium
org.kuali.student.lum.course.dto.CourseInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CourseInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2567Medium

org.kuali.student.lum.course.service.jaxws.SetCurrentCourseVersion

BugCategoryDetailsLinePriority
org.kuali.student.lum.course.service.jaxws.SetCurrentCourseVersion.getCurrentVersionStart() may expose internal representation by returning SetCurrentCourseVersion.currentVersionStartMALICIOUS_CODEEI_EXPOSE_REP36Medium
org.kuali.student.lum.course.service.jaxws.SetCurrentCourseVersion.setCurrentVersionStart(Date) may expose internal representation by storing an externally mutable object into SetCurrentCourseVersion.currentVersionStartMALICIOUS_CODEEI_EXPOSE_REP240Medium

org.kuali.student.lum.lo.dto.LoCategoryInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lo.dto.LoCategoryInfo.getEffectiveDate() may expose internal representation by returning LoCategoryInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP118Medium
org.kuali.student.lum.lo.dto.LoCategoryInfo.getExpirationDate() may expose internal representation by returning LoCategoryInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP129Medium
org.kuali.student.lum.lo.dto.LoCategoryInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LoCategoryInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2122Medium
org.kuali.student.lum.lo.dto.LoCategoryInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LoCategoryInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2133Medium

org.kuali.student.lum.lo.dto.LoCategoryTypeInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lo.dto.LoCategoryTypeInfo.getEffectiveDate() may expose internal representation by returning LoCategoryTypeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP92Medium
org.kuali.student.lum.lo.dto.LoCategoryTypeInfo.getExpirationDate() may expose internal representation by returning LoCategoryTypeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP103Medium
org.kuali.student.lum.lo.dto.LoCategoryTypeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LoCategoryTypeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP296Medium
org.kuali.student.lum.lo.dto.LoCategoryTypeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LoCategoryTypeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2107Medium

org.kuali.student.lum.lo.dto.LoInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lo.dto.LoInfo.getEffectiveDate() may expose internal representation by returning LoInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP118Medium
org.kuali.student.lum.lo.dto.LoInfo.getExpirationDate() may expose internal representation by returning LoInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP129Medium
org.kuali.student.lum.lo.dto.LoInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LoInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2122Medium
org.kuali.student.lum.lo.dto.LoInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LoInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2133Medium

org.kuali.student.lum.lo.dto.LoLoRelationInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lo.dto.LoLoRelationInfo.getEffectiveDate() may expose internal representation by returning LoLoRelationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP100Medium
org.kuali.student.lum.lo.dto.LoLoRelationInfo.getExpirationDate() may expose internal representation by returning LoLoRelationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP111Medium
org.kuali.student.lum.lo.dto.LoLoRelationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LoLoRelationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2104Medium
org.kuali.student.lum.lo.dto.LoLoRelationInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LoLoRelationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2115Medium

org.kuali.student.lum.lo.dto.LoLoRelationTypeInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lo.dto.LoLoRelationTypeInfo.getEffectiveDate() may expose internal representation by returning LoLoRelationTypeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP120Medium
org.kuali.student.lum.lo.dto.LoLoRelationTypeInfo.getExpirationDate() may expose internal representation by returning LoLoRelationTypeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP131Medium
org.kuali.student.lum.lo.dto.LoLoRelationTypeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LoLoRelationTypeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2124Medium
org.kuali.student.lum.lo.dto.LoLoRelationTypeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LoLoRelationTypeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2135Medium

org.kuali.student.lum.lo.dto.LoRepositoryInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lo.dto.LoRepositoryInfo.getEffectiveDate() may expose internal representation by returning LoRepositoryInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP111Medium
org.kuali.student.lum.lo.dto.LoRepositoryInfo.getExpirationDate() may expose internal representation by returning LoRepositoryInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP122Medium
org.kuali.student.lum.lo.dto.LoRepositoryInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LoRepositoryInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2115Medium
org.kuali.student.lum.lo.dto.LoRepositoryInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LoRepositoryInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2126Medium

org.kuali.student.lum.lo.dto.LoTypeInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lo.dto.LoTypeInfo.getEffectiveDate() may expose internal representation by returning LoTypeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP92Medium
org.kuali.student.lum.lo.dto.LoTypeInfo.getExpirationDate() may expose internal representation by returning LoTypeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP103Medium
org.kuali.student.lum.lo.dto.LoTypeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LoTypeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP296Medium
org.kuali.student.lum.lo.dto.LoTypeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LoTypeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2107Medium

org.kuali.student.lum.lrc.dto.CredentialInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lrc.dto.CredentialInfo.getEffectiveDate() may expose internal representation by returning CredentialInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP110Medium
org.kuali.student.lum.lrc.dto.CredentialInfo.getExpirationDate() may expose internal representation by returning CredentialInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP121Medium
org.kuali.student.lum.lrc.dto.CredentialInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CredentialInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2114Medium
org.kuali.student.lum.lrc.dto.CredentialInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CredentialInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2125Medium

org.kuali.student.lum.lrc.dto.CredentialTypeInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lrc.dto.CredentialTypeInfo.getEffectiveDate() may expose internal representation by returning CredentialTypeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP92Medium
org.kuali.student.lum.lrc.dto.CredentialTypeInfo.getExpirationDate() may expose internal representation by returning CredentialTypeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP103Medium
org.kuali.student.lum.lrc.dto.CredentialTypeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CredentialTypeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP296Medium
org.kuali.student.lum.lrc.dto.CredentialTypeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CredentialTypeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2107Medium

org.kuali.student.lum.lrc.dto.CreditInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lrc.dto.CreditInfo.getEffectiveDate() may expose internal representation by returning CreditInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP110Medium
org.kuali.student.lum.lrc.dto.CreditInfo.getExpirationDate() may expose internal representation by returning CreditInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP121Medium
org.kuali.student.lum.lrc.dto.CreditInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CreditInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2114Medium
org.kuali.student.lum.lrc.dto.CreditInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CreditInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2125Medium

org.kuali.student.lum.lrc.dto.CreditTypeInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lrc.dto.CreditTypeInfo.getEffectiveDate() may expose internal representation by returning CreditTypeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP92Medium
org.kuali.student.lum.lrc.dto.CreditTypeInfo.getExpirationDate() may expose internal representation by returning CreditTypeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP103Medium
org.kuali.student.lum.lrc.dto.CreditTypeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CreditTypeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP296Medium
org.kuali.student.lum.lrc.dto.CreditTypeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CreditTypeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2107Medium

org.kuali.student.lum.lrc.dto.GradeInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lrc.dto.GradeInfo.getEffectiveDate() may expose internal representation by returning GradeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP123Medium
org.kuali.student.lum.lrc.dto.GradeInfo.getExpirationDate() may expose internal representation by returning GradeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP134Medium
org.kuali.student.lum.lrc.dto.GradeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into GradeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2127Medium
org.kuali.student.lum.lrc.dto.GradeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into GradeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2138Medium

org.kuali.student.lum.lrc.dto.GradeTypeInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lrc.dto.GradeTypeInfo.getEffectiveDate() may expose internal representation by returning GradeTypeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP92Medium
org.kuali.student.lum.lrc.dto.GradeTypeInfo.getExpirationDate() may expose internal representation by returning GradeTypeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP103Medium
org.kuali.student.lum.lrc.dto.GradeTypeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into GradeTypeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP296Medium
org.kuali.student.lum.lrc.dto.GradeTypeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into GradeTypeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2107Medium

org.kuali.student.lum.lrc.dto.ResultComponentInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lrc.dto.ResultComponentInfo.getEffectiveDate() may expose internal representation by returning ResultComponentInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP123Medium
org.kuali.student.lum.lrc.dto.ResultComponentInfo.getExpirationDate() may expose internal representation by returning ResultComponentInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP134Medium
org.kuali.student.lum.lrc.dto.ResultComponentInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into ResultComponentInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2127Medium
org.kuali.student.lum.lrc.dto.ResultComponentInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into ResultComponentInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2138Medium

org.kuali.student.lum.lrc.dto.ResultComponentTypeInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lrc.dto.ResultComponentTypeInfo.getEffectiveDate() may expose internal representation by returning ResultComponentTypeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP92Medium
org.kuali.student.lum.lrc.dto.ResultComponentTypeInfo.getExpirationDate() may expose internal representation by returning ResultComponentTypeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP103Medium
org.kuali.student.lum.lrc.dto.ResultComponentTypeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into ResultComponentTypeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP296Medium
org.kuali.student.lum.lrc.dto.ResultComponentTypeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into ResultComponentTypeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2107Medium

org.kuali.student.lum.lrc.dto.ScaleInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lrc.dto.ScaleInfo.getEffectiveDate() may expose internal representation by returning ScaleInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP93Medium
org.kuali.student.lum.lrc.dto.ScaleInfo.getExpirationDate() may expose internal representation by returning ScaleInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP104Medium
org.kuali.student.lum.lrc.dto.ScaleInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into ScaleInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP297Medium
org.kuali.student.lum.lrc.dto.ScaleInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into ScaleInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2108Medium

org.kuali.student.lum.lu.dto.AccreditationInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lu.dto.AccreditationInfo.getEffectiveDate() may expose internal representation by returning AccreditationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP69Medium
org.kuali.student.lum.lu.dto.AccreditationInfo.getExpirationDate() may expose internal representation by returning AccreditationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP80Medium
org.kuali.student.lum.lu.dto.AccreditationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into AccreditationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP273Medium
org.kuali.student.lum.lu.dto.AccreditationInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into AccreditationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP284Medium

org.kuali.student.lum.lu.dto.AffiliatedOrgInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lu.dto.AffiliatedOrgInfo.getEffectiveDate() may expose internal representation by returning AffiliatedOrgInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP70Medium
org.kuali.student.lum.lu.dto.AffiliatedOrgInfo.getExpirationDate() may expose internal representation by returning AffiliatedOrgInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP81Medium
org.kuali.student.lum.lu.dto.AffiliatedOrgInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into AffiliatedOrgInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP274Medium
org.kuali.student.lum.lu.dto.AffiliatedOrgInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into AffiliatedOrgInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP285Medium

org.kuali.student.lum.lu.dto.CluCluRelationInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lu.dto.CluCluRelationInfo.getEffectiveDate() may expose internal representation by returning CluCluRelationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP111Medium
org.kuali.student.lum.lu.dto.CluCluRelationInfo.getExpirationDate() may expose internal representation by returning CluCluRelationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP122Medium
org.kuali.student.lum.lu.dto.CluCluRelationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CluCluRelationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2115Medium
org.kuali.student.lum.lu.dto.CluCluRelationInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CluCluRelationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2126Medium

org.kuali.student.lum.lu.dto.CluInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lu.dto.CluInfo.getEffectiveDate() may expose internal representation by returning CluInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP269Medium
org.kuali.student.lum.lu.dto.CluInfo.getExpirationDate() may expose internal representation by returning CluInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP280Medium
org.kuali.student.lum.lu.dto.CluInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CluInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2273Medium
org.kuali.student.lum.lu.dto.CluInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CluInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2284Medium

org.kuali.student.lum.lu.dto.CluLoRelationInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lu.dto.CluLoRelationInfo.getEffectiveDate() may expose internal representation by returning CluLoRelationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP103Medium
org.kuali.student.lum.lu.dto.CluLoRelationInfo.getExpirationDate() may expose internal representation by returning CluLoRelationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP114Medium
org.kuali.student.lum.lu.dto.CluLoRelationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CluLoRelationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2107Medium
org.kuali.student.lum.lu.dto.CluLoRelationInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CluLoRelationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2118Medium

org.kuali.student.lum.lu.dto.CluPublicationInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lu.dto.CluPublicationInfo.getEffectiveDate() may expose internal representation by returning CluPublicationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP136Medium
org.kuali.student.lum.lu.dto.CluPublicationInfo.getExpirationDate() may expose internal representation by returning CluPublicationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP147Medium
org.kuali.student.lum.lu.dto.CluPublicationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CluPublicationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2140Medium
org.kuali.student.lum.lu.dto.CluPublicationInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CluPublicationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2151Medium

org.kuali.student.lum.lu.dto.CluResultInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lu.dto.CluResultInfo.getEffectiveDate() may expose internal representation by returning CluResultInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP114Medium
org.kuali.student.lum.lu.dto.CluResultInfo.getExpirationDate() may expose internal representation by returning CluResultInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP125Medium
org.kuali.student.lum.lu.dto.CluResultInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CluResultInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2118Medium
org.kuali.student.lum.lu.dto.CluResultInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CluResultInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2129Medium

org.kuali.student.lum.lu.dto.CluSetInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lu.dto.CluSetInfo.getEffectiveDate() may expose internal representation by returning CluSetInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP117Medium
org.kuali.student.lum.lu.dto.CluSetInfo.getExpirationDate() may expose internal representation by returning CluSetInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP128Medium
org.kuali.student.lum.lu.dto.CluSetInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CluSetInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2121Medium
org.kuali.student.lum.lu.dto.CluSetInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CluSetInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2132Medium

org.kuali.student.lum.lu.dto.CluSetTreeViewInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lu.dto.CluSetTreeViewInfo.getEffectiveDate() may expose internal representation by returning CluSetTreeViewInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP114Medium
org.kuali.student.lum.lu.dto.CluSetTreeViewInfo.getExpirationDate() may expose internal representation by returning CluSetTreeViewInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP125Medium
org.kuali.student.lum.lu.dto.CluSetTreeViewInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into CluSetTreeViewInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2118Medium
org.kuali.student.lum.lu.dto.CluSetTreeViewInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into CluSetTreeViewInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2129Medium

org.kuali.student.lum.lu.dto.LuDocRelationInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lu.dto.LuDocRelationInfo.getEffectiveDate() may expose internal representation by returning LuDocRelationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP126Medium
org.kuali.student.lum.lu.dto.LuDocRelationInfo.getExpirationDate() may expose internal representation by returning LuDocRelationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP137Medium
org.kuali.student.lum.lu.dto.LuDocRelationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LuDocRelationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2130Medium
org.kuali.student.lum.lu.dto.LuDocRelationInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LuDocRelationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2141Medium

org.kuali.student.lum.lu.dto.LuDocRelationTypeInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lu.dto.LuDocRelationTypeInfo.getEffectiveDate() may expose internal representation by returning LuDocRelationTypeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP86Medium
org.kuali.student.lum.lu.dto.LuDocRelationTypeInfo.getExpirationDate() may expose internal representation by returning LuDocRelationTypeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP97Medium
org.kuali.student.lum.lu.dto.LuDocRelationTypeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LuDocRelationTypeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP290Medium
org.kuali.student.lum.lu.dto.LuDocRelationTypeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LuDocRelationTypeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2101Medium

org.kuali.student.lum.lu.dto.LuiInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lu.dto.LuiInfo.getEffectiveDate() may expose internal representation by returning LuiInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP122Medium
org.kuali.student.lum.lu.dto.LuiInfo.getExpirationDate() may expose internal representation by returning LuiInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP133Medium
org.kuali.student.lum.lu.dto.LuiInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LuiInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2126Medium
org.kuali.student.lum.lu.dto.LuiInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LuiInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2137Medium

org.kuali.student.lum.lu.dto.LuiLuiRelationInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lu.dto.LuiLuiRelationInfo.getEffectiveDate() may expose internal representation by returning LuiLuiRelationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP97Medium
org.kuali.student.lum.lu.dto.LuiLuiRelationInfo.getExpirationDate() may expose internal representation by returning LuiLuiRelationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP108Medium
org.kuali.student.lum.lu.dto.LuiLuiRelationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LuiLuiRelationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2101Medium
org.kuali.student.lum.lu.dto.LuiLuiRelationInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LuiLuiRelationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2112Medium

org.kuali.student.lum.lu.dto.ResultOptionInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.lu.dto.ResultOptionInfo.getEffectiveDate() may expose internal representation by returning ResultOptionInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP105Medium
org.kuali.student.lum.lu.dto.ResultOptionInfo.getExpirationDate() may expose internal representation by returning ResultOptionInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP116Medium
org.kuali.student.lum.lu.dto.ResultOptionInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into ResultOptionInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2109Medium
org.kuali.student.lum.lu.dto.ResultOptionInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into ResultOptionInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2120Medium

org.kuali.student.lum.program.dto.MajorDisciplineInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.program.dto.MajorDisciplineInfo.getEffectiveDate() may expose internal representation by returning MajorDisciplineInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP367Medium
org.kuali.student.lum.program.dto.MajorDisciplineInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into MajorDisciplineInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2371Medium

org.kuali.student.lum.program.dto.ProgramVariationInfo

BugCategoryDetailsLinePriority
org.kuali.student.lum.program.dto.ProgramVariationInfo.getEffectiveDate() may expose internal representation by returning ProgramVariationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP327Medium
org.kuali.student.lum.program.dto.ProgramVariationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into ProgramVariationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2331Medium