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
57 1 0 0

org.opendaylight.mdsal.dom.api.DOMRpcIdentifier

Bug Category Details Line Priority
Redundant nullcheck of org.opendaylight.mdsal.dom.api.DOMRpcIdentifier.getContextReference(), which is known to be non-null in org.opendaylight.mdsal.dom.api.DOMRpcIdentifier.hashCode() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 107 Medium