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