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.student.kew.xml.KSUserXmlParser | 1 |
| org.kuali.student.lum.kim.role.type.KSActionRequestDerivedRoleTypeServiceImpl | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to emailId in org.kuali.rice.student.kew.xml.KSUserXmlParser.constructEntity(Element) | STYLE | DLS_DEAD_LOCAL_STORE | 158 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| There is an apparent infinite recursive loop in org.kuali.student.lum.kim.role.type.KSActionRequestDerivedRoleTypeServiceImpl.translateInputAttributes(Map) | CORRECTNESS | IL_INFINITE_RECURSIVE_LOOP | 110 | High |