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
9400

org.kuali.rice.edl.framework.extract.FieldDTO

BugCategoryDetailsLinePriority
Unwritten field: org.kuali.rice.edl.framework.extract.FieldDTO.fieldIdCORRECTNESSUWF_UNWRITTEN_FIELD31Medium

org.kuali.rice.edl.framework.workflow.EDocLiteDatabasePostProcessor

BugCategoryDetailsLinePriority
instanceof will always return true in org.kuali.rice.edl.framework.workflow.EDocLiteDatabasePostProcessor.extractEDLData(String, String[], Document), since all RuntimeException are instances of RuntimeExceptionSTYLEBC_VACUOUS_INSTANCEOF153Medium
Call to equals() comparing different types in org.kuali.rice.edl.framework.workflow.EDocLiteDatabasePostProcessor.doActionTaken(ActionTakenEvent)CORRECTNESSEC_UNRELATED_TYPES70High
Possible null pointer dereference of activeNodeInstances in org.kuali.rice.edl.framework.workflow.EDocLiteDatabasePostProcessor.getNodeNames(String)CORRECTNESSNP_NULL_ON_SOME_PATH111High