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.spi.PathIdUtil | 1 |
| org.opendaylight.protocol.bgp.parser.spi.pojo.SimpleBGPExtensionProviderContext | 2 |
| 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 |
| 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 |