The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.kuali.rice.edl.framework.extract.FieldDTO | 1 |
org.kuali.rice.edl.framework.workflow.EDocLiteDatabasePostProcessor | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unwritten field: org.kuali.rice.edl.framework.extract.FieldDTO.fieldId | CORRECTNESS | UWF_UNWRITTEN_FIELD | 32 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
instanceof will always return true in org.kuali.rice.edl.framework.workflow.EDocLiteDatabasePostProcessor.extractEDLData(String, String[], Document), since all RuntimeException are instances of RuntimeException | STYLE | BC_VACUOUS_INSTANCEOF | 147 | Medium |
Possible null pointer dereference of activeNodeInstances in org.kuali.rice.edl.framework.workflow.EDocLiteDatabasePostProcessor.getNodeNames(String) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 105 | High |