FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
18 5 0 0

com.exsoinn.util.epf.AbstractContext

Bug Category Details Line Priority
Redundant nullcheck of pTargetElems, which is known to be non-null in com.exsoinn.util.epf.AbstractContext.handleSingleComplexObjectFound(Map, Set) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 464 Medium
Nullcheck of ctx at line 459 of value previously dereferenced in com.exsoinn.util.epf.AbstractContext.handleSingleComplexObjectFound(Map, Set) CORRECTNESS RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE 455 Medium

com.exsoinn.util.epf.Filter

Bug Category Details Line Priority
Adding elements of an entry set may fail due to reuse of Map.Entry object in com.exsoinn.util.epf.Filter.entrySet() BAD_PRACTICE DMI_ENTRY_SETS_MAY_REUSE_ENTRY_OBJECTS 115 Medium

com.exsoinn.util.epf.SearchResult

Bug Category Details Line Priority
Adding elements of an entry set may fail due to reuse of Map.Entry object in com.exsoinn.util.epf.SearchResult.entrySet() BAD_PRACTICE DMI_ENTRY_SETS_MAY_REUSE_ENTRY_OBJECTS 93 Medium

com.exsoinn.util.epf.TargetElements

Bug Category Details Line Priority
Redundant nullcheck of tokens, which is known to be non-null in com.exsoinn.util.epf.TargetElements.parseTargetElements(String) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 59 Medium