The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema to org.opendaylight.yangtools.yang.data.util.SimpleNodeDataWithSchema in org.opendaylight.yangtools.yang.data.util.ListEntryNodeDataWithSchema.addChild(AbstractNodeDataWithSchema) | STYLE | BC_UNCONFIRMED_CAST | 36 | Low |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Class org.opendaylight.yangtools.yang.data.util.ModuleStringIdentityrefCodec implements same interface as superclass | STYLE | RI_REDUNDANT_INTERFACES | 26 | Low |
| Unread public/protected field: org.opendaylight.yangtools.yang.data.util.ModuleStringIdentityrefCodec.parentModuleQname | STYLE | URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD | 28 | Low |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Null passed for non-null parameter of com.google.common.collect.ImmutableMap$Builder.put(Object, Object) in org.opendaylight.yangtools.yang.data.util.XpathStringParsingPathArgumentBuilder.computeIdentifierWithPredicate(QName) | CORRECTNESS | NP_NULL_PARAM_DEREF | 166 | Medium |
| Private method org.opendaylight.yangtools.yang.data.util.XpathStringParsingPathArgumentBuilder.deserializeValue(QName, String) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 240 | Low |