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
251704

org.kuali.student.enrollment.lpr.model.LuiPersonRelationEntity

BugCategoryDetailsLinePriority
org.kuali.student.enrollment.lpr.model.LuiPersonRelationEntity.getEffectiveDate() may expose internal representation by returning LuiPersonRelationEntity.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP94Medium
org.kuali.student.enrollment.lpr.model.LuiPersonRelationEntity.getExpirationDate() may expose internal representation by returning LuiPersonRelationEntity.expirationDateMALICIOUS_CODEEI_EXPOSE_REP102Medium
org.kuali.student.enrollment.lpr.model.LuiPersonRelationEntity.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LuiPersonRelationEntity.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP298Medium
org.kuali.student.enrollment.lpr.model.LuiPersonRelationEntity.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LuiPersonRelationEntity.expirationDateMALICIOUS_CODEEI_EXPOSE_REP2106Medium

org.kuali.student.enrollment.lpr.model.LuiPersonRelationStateEntity

BugCategoryDetailsLinePriority
org.kuali.student.enrollment.lpr.model.LuiPersonRelationStateEntity.getEffectiveDate() may expose internal representation by returning LuiPersonRelationStateEntity.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP59Medium
org.kuali.student.enrollment.lpr.model.LuiPersonRelationStateEntity.getExpirationDate() may expose internal representation by returning LuiPersonRelationStateEntity.expirationDateMALICIOUS_CODEEI_EXPOSE_REP67Medium
org.kuali.student.enrollment.lpr.model.LuiPersonRelationStateEntity.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LuiPersonRelationStateEntity.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP263Medium
org.kuali.student.enrollment.lpr.model.LuiPersonRelationStateEntity.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LuiPersonRelationStateEntity.expirationDateMALICIOUS_CODEEI_EXPOSE_REP271Medium

org.kuali.student.enrollment.lpr.service.aspect.ServiceAspects

BugCategoryDetailsLinePriority
Load of known null value in org.kuali.student.enrollment.lpr.service.aspect.ServiceAspects.beforeInvokingService(JoinPoint)STYLENP_LOAD_OF_KNOWN_NULL_VALUE37Medium

org.kuali.student.r2.common.entity.BaseTypeEntity

BugCategoryDetailsLinePriority
org.kuali.student.r2.common.entity.BaseTypeEntity.getEffectiveDate() may expose internal representation by returning BaseTypeEntity.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP44Medium
org.kuali.student.r2.common.entity.BaseTypeEntity.getExpirationDate() may expose internal representation by returning BaseTypeEntity.expirationDateMALICIOUS_CODEEI_EXPOSE_REP52Medium
org.kuali.student.r2.common.entity.BaseTypeEntity.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into BaseTypeEntity.effectiveDateMALICIOUS_CODEEI_EXPOSE_REP248Medium
org.kuali.student.r2.common.entity.BaseTypeEntity.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into BaseTypeEntity.expirationDateMALICIOUS_CODEEI_EXPOSE_REP256Medium

org.kuali.student.r2.common.entity.MetaEntity

BugCategoryDetailsLinePriority
org.kuali.student.r2.common.entity.MetaEntity.getCreateTime() may expose internal representation by returning MetaEntity.createTimeMALICIOUS_CODEEI_EXPOSE_REP59Medium
org.kuali.student.r2.common.entity.MetaEntity.getUpdateTime() may expose internal representation by returning MetaEntity.updateTimeMALICIOUS_CODEEI_EXPOSE_REP75Medium
org.kuali.student.r2.common.entity.MetaEntity.setCreateTime(Date) may expose internal representation by storing an externally mutable object into MetaEntity.createTimeMALICIOUS_CODEEI_EXPOSE_REP263Medium
org.kuali.student.r2.common.entity.MetaEntity.setUpdateTime(Date) may expose internal representation by storing an externally mutable object into MetaEntity.updateTimeMALICIOUS_CODEEI_EXPOSE_REP279Medium