The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
com.exsoinn.util.epf.AbstractContext | 2 |
com.exsoinn.util.epf.Filter | 1 |
com.exsoinn.util.epf.SearchResult | 1 |
com.exsoinn.util.epf.TargetElements | 1 |
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 |
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 |
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 |
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 |