The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
Class | Bugs |
---|---|
org.opendaylight.protocol.bgp.parser.impl.message.BGPUpdateMessageParser | 1 |
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 |