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

org.opendaylight.topology.mlmt.inventory.InventoryTopologyProvider

Bug Category Details Line Priority
InventoryTopologyProvider.dataProvider not initialized in constructor and dereferenced in org.opendaylight.topology.mlmt.inventory.InventoryTopologyProvider.setNodeConnectorRefTpAttributes(InstanceIdentifier, NodeConnectorRef, NodeKey, TerminationPointKey) STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR 212 Low
InventoryTopologyProvider.dataProvider not initialized in constructor and dereferenced in org.opendaylight.topology.mlmt.inventory.InventoryTopologyProvider.setNodeRefNodeAttributes(InstanceIdentifier, NodeRef, NodeKey) STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR 162 Low

org.opendaylight.topology.mlmt.inventory.InventoryTopologyProvider$1

Bug Category Details Line Priority
The class org.opendaylight.topology.mlmt.inventory.InventoryTopologyProvider$1 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON 168 Low

org.opendaylight.topology.mlmt.inventory.InventoryTopologyProvider$2

Bug Category Details Line Priority
The class org.opendaylight.topology.mlmt.inventory.InventoryTopologyProvider$2 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON 219 Low