Fork me on GitHub

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

ClassesBugsErrorsMissing Classes
211600

org.dozer.MappingProcessor

BugCategoryDetailsLinePriority
Load of known null value in org.dozer.MappingProcessor.determineCollectionItemType(FieldMap, Object, Object, Class)STYLENP_LOAD_OF_KNOWN_NULL_VALUE862Medium
Nullcheck of value at line 659 of value previously dereferenced in org.dozer.MappingProcessor.mapFromIterateMethodFieldMap(Object, Object, Object, FieldMap)CORRECTNESSRCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE659Medium

org.dozer.fieldmap.FieldMap

BugCategoryDetailsLinePriority
Return value of putIfAbsent is ignored, but descriptor is reused in org.dozer.fieldmap.FieldMap.getDestPropertyDescriptor(Class)MT_CORRECTNESSRV_RETURN_VALUE_OF_PUTIFABSENT_IGNORED411Medium
Return value of putIfAbsent is ignored, but descriptor is reused in org.dozer.fieldmap.FieldMap.getSrcPropertyDescriptor(Class)MT_CORRECTNESSRV_RETURN_VALUE_OF_PUTIFABSENT_IGNORED390Medium

org.dozer.propertydescriptor.GetterSetterPropertyDescriptor

BugCategoryDetailsLinePriority
Redundant nullcheck of value, which is known to be non-null in org.dozer.propertydescriptor.GetterSetterPropertyDescriptor.writeDeepDestinationValue(Object, Object, FieldMap)STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE238Medium

org.dozer.util.DeepHierarchyUtils

BugCategoryDetailsLinePriority
Redundant nullcheck of propDescriptor, which is known to be non-null in org.dozer.util.DeepHierarchyUtils.getDeepFieldHierarchy(Class, String, HintContainer)STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE87Medium