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
70 3 0 0

org.opendaylight.protocol.bgp.parser.spi.PathIdUtil

Bug Category Details Line Priority
Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier$PathArgument to org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier$NodeIdentifierWithPredicates in org.opendaylight.protocol.bgp.parser.spi.PathIdUtil.getObjectKey(YangInstanceIdentifier$PathArgument, QName) STYLE BC_UNCONFIRMED_CAST 95 Low

org.opendaylight.protocol.bgp.parser.spi.pojo.SimpleBGPExtensionProviderContext

Bug Category Details Line Priority
Null passed for non-null parameter of SimpleNlriRegistry.registerNlriParser(Class, Class, NlriParser, NextHopParserSerializer, Class, Class[]) in org.opendaylight.protocol.bgp.parser.spi.pojo.SimpleBGPExtensionProviderContext.registerNlriParser(Class, Class, NlriParser) CORRECTNESS NP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS 114 Medium
Unread field: org.opendaylight.protocol.bgp.parser.spi.pojo.SimpleBGPExtensionProviderContext.maximumCachedObjects PERFORMANCE URF_UNREAD_FIELD 66 Low