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
9300

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

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

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
Possible null pointer dereference of activeNodeInstances in org.kuali.rice.edl.framework.workflow.EDocLiteDatabasePostProcessor.getNodeNames(String)CORRECTNESSNP_NULL_ON_SOME_PATH108High