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 | 1 |
| 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 |
|---|---|---|---|---|
| Possible null pointer dereference of activeNodeInstances in org.kuali.rice.edl.framework.workflow.EDocLiteDatabasePostProcessor.getNodeNames(Long) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 109 | High |