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
198300

org.kuali.rice.kew.api.WorkflowDocumentFactory

BugCategoryDetailsLinePriority
Immediate dereference of the result of readLine() in org.kuali.rice.kew.api.WorkflowDocumentFactory.loadProvider()STYLENP_IMMEDIATE_DEREFERENCE_OF_READLINE170Medium

org.kuali.rice.kew.api.doctype.DocumentTypePolicyMapAdapter

BugCategoryDetailsLinePriority
Method org.kuali.rice.kew.api.doctype.DocumentTypePolicyMapAdapter.marshal(Map) makes inefficient use of keySet iterator instead of entrySet iteratorPERFORMANCEWMI_WRONG_MAP_ITERATOR40Medium

org.kuali.rice.kew.api.document.attribute.WorkflowAttributeDefinition$Builder

BugCategoryDetailsLinePriority
Call to equals() comparing different types in org.kuali.rice.kew.api.document.attribute.WorkflowAttributeDefinition$Builder.getPropertyDefinition(String)CORRECTNESSEC_UNRELATED_TYPES190High