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
55900

org.kuali.student.lum.workflow.CoursePostProcessorBase

BugCategoryDetailsLinePriority
Nullcheck of courseInfo at line 180 of value previously dereferenced in org.kuali.student.lum.workflow.CoursePostProcessorBase.retireCourseByProposalCopyAndSave(String, CourseInfo, ProposalInfo)CORRECTNESSRCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE165Medium

org.kuali.student.lum.workflow.CourseStateChangeServiceImpl

BugCategoryDetailsLinePriority
org.kuali.student.lum.workflow.CourseStateChangeServiceImpl.changeState(String, String, String) invokes inefficient Boolean constructor; use Boolean.valueOf(...) insteadPERFORMANCEDM_BOOLEAN_CTOR63Medium
Method org.kuali.student.lum.workflow.CourseStateChangeServiceImpl.updateCourseVersionStates(CourseInfo, String, CourseInfo, String, boolean, String) invokes inefficient new Long(long) constructor; use Long.valueOf(long) insteadPERFORMANCEDM_NUMBER_CTOR200Medium
Call to equals() comparing different types in org.kuali.student.lum.workflow.CourseStateChangeServiceImpl.updateCourseVersionStates(CourseInfo, String, CourseInfo, String, boolean, String)CORRECTNESSEC_UNRELATED_TYPES163High
Possible null pointer dereference of newState in org.kuali.student.lum.workflow.CourseStateChangeServiceImpl.changeState(String, String, String)CORRECTNESSNP_NULL_ON_SOME_PATH55Medium
Method call in org.kuali.student.lum.workflow.CourseStateChangeServiceImpl.changeState(String, String, String) passes null for nonnull parameter of activateCourse(CourseInfo, String)CORRECTNESSNP_NULL_PARAM_DEREF53Medium

org.kuali.student.lum.workflow.KualiStudentPostProcessorBase

BugCategoryDetailsLinePriority
Nullcheck of actionTaken at line 75 of value previously dereferenced in org.kuali.student.lum.workflow.KualiStudentPostProcessorBase.doActionTaken(ActionTakenEvent)CORRECTNESSRCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE73High

org.kuali.student.lum.workflow.MajorDisciplineStateChangeServiceImpl

BugCategoryDetailsLinePriority
Method org.kuali.student.lum.workflow.MajorDisciplineStateChangeServiceImpl.updatePreviousVersions(MajorDisciplineInfo, String, String, String) invokes inefficient new Long(long) constructor; use Long.valueOf(long) insteadPERFORMANCEDM_NUMBER_CTOR177Medium
Suspicious comparison of Long references in org.kuali.student.lum.workflow.MajorDisciplineStateChangeServiceImpl.updatePreviousVersions(MajorDisciplineInfo, String, String, String)CORRECTNESSRC_REF_COMPARISON184High