The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.enrollment.lpr.model.LuiPersonRelationEntity.getEffectiveDate() may expose internal representation by returning LuiPersonRelationEntity.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 94 | Medium |
org.kuali.student.enrollment.lpr.model.LuiPersonRelationEntity.getExpirationDate() may expose internal representation by returning LuiPersonRelationEntity.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 102 | Medium |
org.kuali.student.enrollment.lpr.model.LuiPersonRelationEntity.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LuiPersonRelationEntity.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 98 | Medium |
org.kuali.student.enrollment.lpr.model.LuiPersonRelationEntity.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LuiPersonRelationEntity.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 106 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.enrollment.lpr.model.LuiPersonRelationStateEntity.getEffectiveDate() may expose internal representation by returning LuiPersonRelationStateEntity.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 59 | Medium |
org.kuali.student.enrollment.lpr.model.LuiPersonRelationStateEntity.getExpirationDate() may expose internal representation by returning LuiPersonRelationStateEntity.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 67 | Medium |
org.kuali.student.enrollment.lpr.model.LuiPersonRelationStateEntity.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into LuiPersonRelationStateEntity.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 63 | Medium |
org.kuali.student.enrollment.lpr.model.LuiPersonRelationStateEntity.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into LuiPersonRelationStateEntity.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 71 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Load of known null value in org.kuali.student.enrollment.lpr.service.aspect.ServiceAspects.beforeInvokingService(JoinPoint) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 37 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.r2.common.entity.BaseTypeEntity.getEffectiveDate() may expose internal representation by returning BaseTypeEntity.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP | 44 | Medium |
org.kuali.student.r2.common.entity.BaseTypeEntity.getExpirationDate() may expose internal representation by returning BaseTypeEntity.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 52 | Medium |
org.kuali.student.r2.common.entity.BaseTypeEntity.setEffectiveDate(Date) may expose internal representation by storing an externally mutable object into BaseTypeEntity.effectiveDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 48 | Medium |
org.kuali.student.r2.common.entity.BaseTypeEntity.setExpirationDate(Date) may expose internal representation by storing an externally mutable object into BaseTypeEntity.expirationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 56 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.r2.common.entity.MetaEntity.getCreateTime() may expose internal representation by returning MetaEntity.createTime | MALICIOUS_CODE | EI_EXPOSE_REP | 59 | Medium |
org.kuali.student.r2.common.entity.MetaEntity.getUpdateTime() may expose internal representation by returning MetaEntity.updateTime | MALICIOUS_CODE | EI_EXPOSE_REP | 75 | Medium |
org.kuali.student.r2.common.entity.MetaEntity.setCreateTime(Date) may expose internal representation by storing an externally mutable object into MetaEntity.createTime | MALICIOUS_CODE | EI_EXPOSE_REP2 | 63 | Medium |
org.kuali.student.r2.common.entity.MetaEntity.setUpdateTime(Date) may expose internal representation by storing an externally mutable object into MetaEntity.updateTime | MALICIOUS_CODE | EI_EXPOSE_REP2 | 79 | Medium |