FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Summary
Classes | Bugs | Errors | Missing Classes |
---|
211 | 6 | 0 | 0 |
org.dozer.MappingProcessor
Bug | Category | Details | Line | Priority |
---|
Load of known null value in org.dozer.MappingProcessor.determineCollectionItemType(FieldMap, Object, Object, Class) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 862 | Medium |
Nullcheck of value at line 659 of value previously dereferenced in org.dozer.MappingProcessor.mapFromIterateMethodFieldMap(Object, Object, Object, FieldMap) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 659 | Medium |
org.dozer.fieldmap.FieldMap
Bug | Category | Details | Line | Priority |
---|
Return value of putIfAbsent is ignored, but descriptor is reused in org.dozer.fieldmap.FieldMap.getDestPropertyDescriptor(Class) | MT_CORRECTNESS | RV_RETURN_VALUE_OF_PUTIFABSENT_IGNORED | 411 | Medium |
Return value of putIfAbsent is ignored, but descriptor is reused in org.dozer.fieldmap.FieldMap.getSrcPropertyDescriptor(Class) | MT_CORRECTNESS | RV_RETURN_VALUE_OF_PUTIFABSENT_IGNORED | 390 | Medium |
org.dozer.propertydescriptor.GetterSetterPropertyDescriptor
Bug | Category | Details | Line | Priority |
---|
Redundant nullcheck of value, which is known to be non-null in org.dozer.propertydescriptor.GetterSetterPropertyDescriptor.writeDeepDestinationValue(Object, Object, FieldMap) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 238 | Medium |
org.dozer.util.DeepHierarchyUtils
Bug | Category | Details | Line | Priority |
---|
Redundant nullcheck of propDescriptor, which is known to be non-null in org.dozer.util.DeepHierarchyUtils.getDeepFieldHierarchy(Class, String, HintContainer) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 87 | Medium |