FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
31 2 0 0

org.opendaylight.yangtools.yang.data.util.XpathStringParsingPathArgumentBuilder

Bug Category Details Line Priority
Null passed for non-null parameter of com.google.common.collect.ImmutableMap$Builder.put(Object, Object) in org.opendaylight.yangtools.yang.data.util.XpathStringParsingPathArgumentBuilder.computeIdentifierWithPredicate(QName) CORRECTNESS NP_NULL_PARAM_DEREF 166 Medium
Private method org.opendaylight.yangtools.yang.data.util.XpathStringParsingPathArgumentBuilder.deserializeValue(QName, String) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 240 Low