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

org.opendaylight.netvirt.utils.netvirt.it.utils.NetvirtItUtils

Bug Category Details Line Priority
Possible null pointer dereference of table in org.opendaylight.netvirt.utils.netvirt.it.utils.NetvirtItUtils.logFlows(long, short, LogicalDatastoreType) CORRECTNESS NP_NULL_ON_SOME_PATH 126 High

org.opendaylight.netvirt.utils.netvirt.it.utils.NeutronNetItUtil

Bug Category Details Line Priority
Unread public/protected field: org.opendaylight.netvirt.utils.netvirt.it.utils.NeutronNetItUtil.cidr STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 92 Medium

org.opendaylight.netvirt.utils.netvirt.it.utils.NeutronNetItUtil$PortInfo

Bug Category Details Line Priority
The class org.opendaylight.netvirt.utils.netvirt.it.utils.NeutronNetItUtil$PortInfo could be refactored into a _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS 49 Low
NeutronNetItUtil$PortInfo.neutronPort not initialized in constructor and dereferenced in org.opendaylight.netvirt.utils.netvirt.it.utils.NeutronNetItUtil.destroy() STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR 116 Low