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
40 4 0 0

org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter

Bug Category Details Line Priority
Dead store to schema in org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter.anyxmlNode(YangInstanceIdentifier$NodeIdentifier, Object) STYLE DLS_DEAD_LOCAL_STORE 181 Medium
Dead store to schema in org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter.startContainerNode(YangInstanceIdentifier$NodeIdentifier, int) STYLE DLS_DEAD_LOCAL_STORE 128 Medium

org.opendaylight.yangtools.yang.data.codec.gson.JsonParserStream

Bug Category Details Line Priority
Dead store to potentialUris in org.opendaylight.yangtools.yang.data.codec.gson.JsonParserStream.resolveNamespace(String, DataSchemaNode) STYLE DLS_DEAD_LOCAL_STORE 256 Low

org.opendaylight.yangtools.yang.data.codec.gson.ListEntryNodeDataWithSchema

Bug Category Details Line Priority
Unchecked/unconfirmed cast from org.opendaylight.yangtools.yang.data.codec.gson.AbstractNodeDataWithSchema to org.opendaylight.yangtools.yang.data.codec.gson.SimpleNodeDataWithSchema in org.opendaylight.yangtools.yang.data.codec.gson.ListEntryNodeDataWithSchema.addChild(AbstractNodeDataWithSchema) STYLE BC_UNCONFIRMED_CAST 36 Low