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
40115100

Files

ClassBugs
org.kuali.student.core.atp.dto.AtpInfo4
org.kuali.student.core.atp.dto.DateRangeInfo4
org.kuali.student.core.atp.dto.MilestoneInfo2
org.kuali.student.core.atp.service.jaxws.GetAtpsByDate2
org.kuali.student.core.atp.service.jaxws.GetAtpsByDates4
org.kuali.student.core.atp.service.jaxws.GetDateRangesByDate2
org.kuali.student.core.atp.service.jaxws.GetMilestonesByDates4
org.kuali.student.core.atp.service.jaxws.GetMilestonesByDatesAndType4
org.kuali.student.core.comment.dto.CommentInfo4
org.kuali.student.core.comment.dto.CommentTypeInfo4
org.kuali.student.core.comment.dto.TagInfo4
org.kuali.student.core.comment.dto.TagTypeInfo4
org.kuali.student.core.document.dto.DocumentCategoryInfo4
org.kuali.student.core.document.dto.DocumentInfo4
org.kuali.student.core.document.dto.RefDocRelationInfo4
org.kuali.student.core.enumerationmanagement.dto.EnumeratedValueInfo4
org.kuali.student.core.enumerationmanagement.dto.EnumerationInfo4
org.kuali.student.core.organization.dto.OrgInfo4
org.kuali.student.core.organization.dto.OrgOrgRelationInfo4
org.kuali.student.core.organization.dto.OrgPersonRelationInfo4
org.kuali.student.core.organization.dto.OrgTreeInfo1
org.kuali.student.core.person.dto.PersonCitizenshipInfo4
org.kuali.student.core.person.dto.PersonEthnicityInfo4
org.kuali.student.core.person.dto.PersonInfo8
org.kuali.student.core.person.dto.PersonNameInfo4
org.kuali.student.core.person.dto.PersonReferenceIdInfo4
org.kuali.student.core.person.dto.PersonRelationInfo4
org.kuali.student.core.person.dto.PersonRelationTypeInfo4
org.kuali.student.core.person.dto.PersonResidencyInfo4
org.kuali.student.core.person.dto.PersonTypeInfo4
org.kuali.student.core.person.dto.PersonUsageTypeInfo4
org.kuali.student.core.person.dto.PersonVisaInfo4
org.kuali.student.core.proposal.dto.ProposalDocRelationInfo4
org.kuali.student.core.proposal.dto.ProposalDocRelationTypeInfo4
org.kuali.student.core.proposal.dto.ProposalInfo4
org.kuali.student.core.proposal.dto.ProposalTypeInfo4
org.kuali.student.core.statement.dto.RefStatementRelationInfo4
org.kuali.student.core.statement.dto.RefStatementRelationTypeInfo4
org.kuali.student.core.statement.dto.ReqComponentInfo4

org.kuali.student.core.atp.dto.AtpInfo

BugCategoryDetailsLinePriority
org.kuali.student.core.atp.dto.AtpInfo.getEndDate() may expose internal representation by returning AtpInfo.endDateMALICIOUS_CODEEI_EXPOSE_REP109Medium
org.kuali.student.core.atp.dto.AtpInfo.getStartDate() may expose internal representation by returning AtpInfo.startDateMALICIOUS_CODEEI_EXPOSE_REP98Medium
org.kuali.student.core.atp.dto.AtpInfo.setEndDate(Date) may expose internal representation by storing an externally mutable object into AtpInfo.endDateMALICIOUS_CODEEI_EXPOSE_REP2113Medium
org.kuali.student.core.atp.dto.AtpInfo.setStartDate(Date) may expose internal representation by storing an externally mutable object into AtpInfo.startDateMALICIOUS_CODEEI_EXPOSE_REP2102Medium

org.kuali.student.core.atp.dto.DateRangeInfo

BugCategoryDetailsLinePriority
org.kuali.student.core.atp.dto.DateRangeInfo.getEndDate() may expose internal representation by returning DateRangeInfo.endDateMALICIOUS_CODEEI_EXPOSE_REP123Medium
org.kuali.student.core.atp.dto.DateRangeInfo.getStartDate() may expose internal representation by returning DateRangeInfo.startDateMALICIOUS_CODEEI_EXPOSE_REP112Medium
org.kuali.student.core.atp.dto.DateRangeInfo.setEndDate(Date) may expose internal representation by storing an externally mutable object into DateRangeInfo.endDateMALICIOUS_CODEEI_EXPOSE_REP2127Medium
org.kuali.student.core.atp.dto.DateRangeInfo.setStartDate(Date) may expose internal representation by storing an externally mutable object into DateRangeInfo.startDateMALICIOUS_CODEEI_EXPOSE_REP2116Medium

org.kuali.student.core.atp.dto.MilestoneInfo

BugCategoryDetailsLinePriority
org.kuali.student.core.atp.dto.MilestoneInfo.getMilestoneDate() may expose internal representation by returning MilestoneInfo.milestoneDateMALICIOUS_CODEEI_EXPOSE_REP109Medium
org.kuali.student.core.atp.dto.MilestoneInfo.setMilestoneDate(Date) may expose internal representation by storing an externally mutable object into MilestoneInfo.milestoneDateMALICIOUS_CODEEI_EXPOSE_REP2113Medium

org.kuali.student.core.atp.service.jaxws.GetAtpsByDate

BugCategoryDetailsLinePriority
org.kuali.student.core.atp.service.jaxws.GetAtpsByDate.getSearchDate() may expose internal representation by returning GetAtpsByDate.searchDateMALICIOUS_CODEEI_EXPOSE_REP40Medium
org.kuali.student.core.atp.service.jaxws.GetAtpsByDate.setSearchDate(Date) may expose internal representation by storing an externally mutable object into GetAtpsByDate.searchDateMALICIOUS_CODEEI_EXPOSE_REP244Medium

org.kuali.student.core.atp.service.jaxws.GetAtpsByDates

BugCategoryDetailsLinePriority
org.kuali.student.core.atp.service.jaxws.GetAtpsByDates.getEndDate() may expose internal representation by returning GetAtpsByDates.endDateMALICIOUS_CODEEI_EXPOSE_REP50Medium
org.kuali.student.core.atp.service.jaxws.GetAtpsByDates.getStartDate() may expose internal representation by returning GetAtpsByDates.startDateMALICIOUS_CODEEI_EXPOSE_REP42Medium
org.kuali.student.core.atp.service.jaxws.GetAtpsByDates.setEndDate(Date) may expose internal representation by storing an externally mutable object into GetAtpsByDates.endDateMALICIOUS_CODEEI_EXPOSE_REP254Medium
org.kuali.student.core.atp.service.jaxws.GetAtpsByDates.setStartDate(Date) may expose internal representation by storing an externally mutable object into GetAtpsByDates.startDateMALICIOUS_CODEEI_EXPOSE_REP246Medium

org.kuali.student.core.atp.service.jaxws.GetDateRangesByDate

BugCategoryDetailsLinePriority
org.kuali.student.core.atp.service.jaxws.GetDateRangesByDate.getSearchDate() may expose internal representation by returning GetDateRangesByDate.searchDateMALICIOUS_CODEEI_EXPOSE_REP40Medium
org.kuali.student.core.atp.service.jaxws.GetDateRangesByDate.setSearchDate(Date) may expose internal representation by storing an externally mutable object into GetDateRangesByDate.searchDateMALICIOUS_CODEEI_EXPOSE_REP244Medium

org.kuali.student.core.atp.service.jaxws.GetMilestonesByDates

BugCategoryDetailsLinePriority
org.kuali.student.core.atp.service.jaxws.GetMilestonesByDates.getEndDate() may expose internal representation by returning GetMilestonesByDates.endDateMALICIOUS_CODEEI_EXPOSE_REP50Medium
org.kuali.student.core.atp.service.jaxws.GetMilestonesByDates.getStartDate() may expose internal representation by returning GetMilestonesByDates.startDateMALICIOUS_CODEEI_EXPOSE_REP42Medium
org.kuali.student.core.atp.service.jaxws.GetMilestonesByDates.setEndDate(Date) may expose internal representation by storing an externally mutable object into GetMilestonesByDates.endDateMALICIOUS_CODEEI_EXPOSE_REP254Medium
org.kuali.student.core.atp.service.jaxws.GetMilestonesByDates.setStartDate(Date) may expose internal representation by storing an externally mutable object into GetMilestonesByDates.startDateMALICIOUS_CODEEI_EXPOSE_REP246Medium

org.kuali.student.core.atp.service.jaxws.GetMilestonesByDatesAndType

BugCategoryDetailsLinePriority
org.kuali.student.core.atp.service.jaxws.GetMilestonesByDatesAndType.getEndDate() may expose internal representation by returning GetMilestonesByDatesAndType.endDateMALICIOUS_CODEEI_EXPOSE_REP60Medium
org.kuali.student.core.atp.service.jaxws.GetMilestonesByDatesAndType.getStartDate() may expose internal representation by returning GetMilestonesByDatesAndType.startDateMALICIOUS_CODEEI_EXPOSE_REP52Medium
org.kuali.student.core.atp.service.jaxws.GetMilestonesByDatesAndType.setEndDate(Date) may expose internal representation by storing an externally mutable object into GetMilestonesByDatesAndType.endDateMALICIOUS_CODEEI_EXPOSE_REP264Medium
org.kuali.student.core.atp.service.jaxws.GetMilestonesByDatesAndType.setStartDate(Date) may expose internal representation by storing an externally mutable object into GetMilestonesByDatesAndType.startDateMALICIOUS_CODEEI_EXPOSE_REP256Medium

org.kuali.student.core.comment.dto.CommentInfo

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

org.kuali.student.core.comment.dto.CommentTypeInfo

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

org.kuali.student.core.comment.dto.TagInfo

BugCategoryDetailsLinePriority
org.kuali.student.core.comment.dto.TagInfo.getEffectiveDate() may expose internal representation by returning TagInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP145Medium
org.kuali.student.core.comment.dto.TagInfo.getExpirationDate() may expose internal representation by returning TagInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP156Medium
org.kuali.student.core.comment.dto.TagInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into TagInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2149Medium
org.kuali.student.core.comment.dto.TagInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into TagInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2160Medium

org.kuali.student.core.comment.dto.TagTypeInfo

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

org.kuali.student.core.document.dto.DocumentCategoryInfo

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

org.kuali.student.core.document.dto.DocumentInfo

BugCategoryDetailsLinePriority
org.kuali.student.core.document.dto.DocumentInfo.getEffectiveDate() may expose internal representation by returning DocumentInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP135Medium
org.kuali.student.core.document.dto.DocumentInfo.getExpirationDate() may expose internal representation by returning DocumentInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP146Medium
org.kuali.student.core.document.dto.DocumentInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into DocumentInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2139Medium
org.kuali.student.core.document.dto.DocumentInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into DocumentInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2150Medium

org.kuali.student.core.document.dto.RefDocRelationInfo

BugCategoryDetailsLinePriority
org.kuali.student.core.document.dto.RefDocRelationInfo.getEffectiveDate() may expose internal representation by returning RefDocRelationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP147Medium
org.kuali.student.core.document.dto.RefDocRelationInfo.getExpirationDate() may expose internal representation by returning RefDocRelationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP158Medium
org.kuali.student.core.document.dto.RefDocRelationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into RefDocRelationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2151Medium
org.kuali.student.core.document.dto.RefDocRelationInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into RefDocRelationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2162Medium

org.kuali.student.core.enumerationmanagement.dto.EnumeratedValueInfo

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

org.kuali.student.core.enumerationmanagement.dto.EnumerationInfo

BugCategoryDetailsLinePriority
org.kuali.student.core.enumerationmanagement.dto.EnumerationInfo.getEffectiveDate() may expose internal representation by returning EnumerationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP81Medium
org.kuali.student.core.enumerationmanagement.dto.EnumerationInfo.getExpirationDate() may expose internal representation by returning EnumerationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP89Medium
org.kuali.student.core.enumerationmanagement.dto.EnumerationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into EnumerationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP285Medium
org.kuali.student.core.enumerationmanagement.dto.EnumerationInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into EnumerationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP293Medium

org.kuali.student.core.organization.dto.OrgInfo

BugCategoryDetailsLinePriority
org.kuali.student.core.organization.dto.OrgInfo.getEffectiveDate() may expose internal representation by returning OrgInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP144Medium
org.kuali.student.core.organization.dto.OrgInfo.getExpirationDate() may expose internal representation by returning OrgInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP155Medium
org.kuali.student.core.organization.dto.OrgInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into OrgInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2148Medium
org.kuali.student.core.organization.dto.OrgInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into OrgInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2159Medium

org.kuali.student.core.organization.dto.OrgOrgRelationInfo

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

org.kuali.student.core.organization.dto.OrgPersonRelationInfo

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

org.kuali.student.core.organization.dto.OrgTreeInfo

BugCategoryDetailsLinePriority
Unwritten field: org.kuali.student.core.organization.dto.OrgTreeInfo.personIdCORRECTNESSUWF_UNWRITTEN_FIELD90Medium

org.kuali.student.core.person.dto.PersonCitizenshipInfo

BugCategoryDetailsLinePriority
org.kuali.student.core.person.dto.PersonCitizenshipInfo.getEffectiveDate() may expose internal representation by returning PersonCitizenshipInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP104Medium
org.kuali.student.core.person.dto.PersonCitizenshipInfo.getExpirationDate() may expose internal representation by returning PersonCitizenshipInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP115Medium
org.kuali.student.core.person.dto.PersonCitizenshipInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into PersonCitizenshipInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2108Medium
org.kuali.student.core.person.dto.PersonCitizenshipInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into PersonCitizenshipInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2119Medium

org.kuali.student.core.person.dto.PersonEthnicityInfo

BugCategoryDetailsLinePriority
org.kuali.student.core.person.dto.PersonEthnicityInfo.getEffectiveDate() may expose internal representation by returning PersonEthnicityInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP95Medium
org.kuali.student.core.person.dto.PersonEthnicityInfo.getExpirationDate() may expose internal representation by returning PersonEthnicityInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP106Medium
org.kuali.student.core.person.dto.PersonEthnicityInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into PersonEthnicityInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP299Medium
org.kuali.student.core.person.dto.PersonEthnicityInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into PersonEthnicityInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2110Medium

org.kuali.student.core.person.dto.PersonInfo

BugCategoryDetailsLinePriority
org.kuali.student.core.person.dto.PersonInfo.getBirthDate() may expose internal representation by returning PersonInfo.birthDateMALICIOUS_CODEEI_EXPOSE_REP205Medium
org.kuali.student.core.person.dto.PersonInfo.getDeceasedDate() may expose internal representation by returning PersonInfo.deceasedDateMALICIOUS_CODEEI_EXPOSE_REP249Medium
org.kuali.student.core.person.dto.PersonInfo.getEffectiveDate() may expose internal representation by returning PersonInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP337Medium
org.kuali.student.core.person.dto.PersonInfo.getExpirationDate() may expose internal representation by returning PersonInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP348Medium
org.kuali.student.core.person.dto.PersonInfo.setBirthDate(Date) may expose internal representation by storing an externally mutable object into PersonInfo.birthDateMALICIOUS_CODEEI_EXPOSE_REP2209Medium
org.kuali.student.core.person.dto.PersonInfo.setDeceasedDate(Date) may expose internal representation by storing an externally mutable object into PersonInfo.deceasedDateMALICIOUS_CODEEI_EXPOSE_REP2253Medium
org.kuali.student.core.person.dto.PersonInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into PersonInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2341Medium
org.kuali.student.core.person.dto.PersonInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into PersonInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2352Medium

org.kuali.student.core.person.dto.PersonNameInfo

BugCategoryDetailsLinePriority
org.kuali.student.core.person.dto.PersonNameInfo.getEffectiveDate() may expose internal representation by returning PersonNameInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP171Medium
org.kuali.student.core.person.dto.PersonNameInfo.getExpirationDate() may expose internal representation by returning PersonNameInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP182Medium
org.kuali.student.core.person.dto.PersonNameInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into PersonNameInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2175Medium
org.kuali.student.core.person.dto.PersonNameInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into PersonNameInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2186Medium

org.kuali.student.core.person.dto.PersonReferenceIdInfo

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

org.kuali.student.core.person.dto.PersonRelationInfo

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

org.kuali.student.core.person.dto.PersonRelationTypeInfo

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

org.kuali.student.core.person.dto.PersonResidencyInfo

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

org.kuali.student.core.person.dto.PersonTypeInfo

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

org.kuali.student.core.person.dto.PersonUsageTypeInfo

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

org.kuali.student.core.person.dto.PersonVisaInfo

BugCategoryDetailsLinePriority
org.kuali.student.core.person.dto.PersonVisaInfo.getEffectiveDate() may expose internal representation by returning PersonVisaInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP87Medium
org.kuali.student.core.person.dto.PersonVisaInfo.getExpirationDate() may expose internal representation by returning PersonVisaInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP98Medium
org.kuali.student.core.person.dto.PersonVisaInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into PersonVisaInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP291Medium
org.kuali.student.core.person.dto.PersonVisaInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into PersonVisaInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2102Medium

org.kuali.student.core.proposal.dto.ProposalDocRelationInfo

BugCategoryDetailsLinePriority
org.kuali.student.core.proposal.dto.ProposalDocRelationInfo.getEffectiveDate() may expose internal representation by returning ProposalDocRelationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP132Medium
org.kuali.student.core.proposal.dto.ProposalDocRelationInfo.getExpirationDate() may expose internal representation by returning ProposalDocRelationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP143Medium
org.kuali.student.core.proposal.dto.ProposalDocRelationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into ProposalDocRelationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2136Medium
org.kuali.student.core.proposal.dto.ProposalDocRelationInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into ProposalDocRelationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2147Medium

org.kuali.student.core.proposal.dto.ProposalDocRelationTypeInfo

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

org.kuali.student.core.proposal.dto.ProposalInfo

BugCategoryDetailsLinePriority
org.kuali.student.core.proposal.dto.ProposalInfo.getEffectiveDate() may expose internal representation by returning ProposalInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP187Medium
org.kuali.student.core.proposal.dto.ProposalInfo.getExpirationDate() may expose internal representation by returning ProposalInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP198Medium
org.kuali.student.core.proposal.dto.ProposalInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into ProposalInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2191Medium
org.kuali.student.core.proposal.dto.ProposalInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into ProposalInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2202Medium

org.kuali.student.core.proposal.dto.ProposalTypeInfo

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

org.kuali.student.core.statement.dto.RefStatementRelationInfo

BugCategoryDetailsLinePriority
org.kuali.student.core.statement.dto.RefStatementRelationInfo.getEffectiveDate() may expose internal representation by returning RefStatementRelationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP144Medium
org.kuali.student.core.statement.dto.RefStatementRelationInfo.getExpirationDate() may expose internal representation by returning RefStatementRelationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP170Medium
org.kuali.student.core.statement.dto.RefStatementRelationInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into RefStatementRelationInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2156Medium
org.kuali.student.core.statement.dto.RefStatementRelationInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into RefStatementRelationInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2184Medium

org.kuali.student.core.statement.dto.RefStatementRelationTypeInfo

BugCategoryDetailsLinePriority
org.kuali.student.core.statement.dto.RefStatementRelationTypeInfo.getEffectiveDate() may expose internal representation by returning RefStatementRelationTypeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP102Medium
org.kuali.student.core.statement.dto.RefStatementRelationTypeInfo.getExpirationDate() may expose internal representation by returning RefStatementRelationTypeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP128Medium
org.kuali.student.core.statement.dto.RefStatementRelationTypeInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into RefStatementRelationTypeInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2114Medium
org.kuali.student.core.statement.dto.RefStatementRelationTypeInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into RefStatementRelationTypeInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2142Medium

org.kuali.student.core.statement.dto.ReqComponentInfo

BugCategoryDetailsLinePriority
org.kuali.student.core.statement.dto.ReqComponentInfo.getEffectiveDate() may expose internal representation by returning ReqComponentInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP101Medium
org.kuali.student.core.statement.dto.ReqComponentInfo.getExpirationDate() may expose internal representation by returning ReqComponentInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP112Medium
org.kuali.student.core.statement.dto.ReqComponentInfo.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into ReqComponentInfo.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP2105Medium
org.kuali.student.core.statement.dto.ReqComponentInfo.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into ReqComponentInfo.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2116Medium