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

org.opendaylight.protocol.bgp.parser.impl.message.BGPUpdateMessageParser

Bug Category Details Line Priority
Redundant nullcheck of attrs, which is known to be non-null in org.opendaylight.protocol.bgp.parser.impl.message.BGPUpdateMessageParser.checkMandatoryAttributesPresence(Update) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 176 Medium