The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
| Class | Bugs |
|---|---|
| org.opendaylight.netvirt.vpnmanager.shell.ShowVpn | 2 |
| org.opendaylight.netvirt.vpnmanager.shell.ShowVpnInstanceOpData | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to result in org.opendaylight.netvirt.vpnmanager.shell.ShowVpn.read(LogicalDatastoreType, InstanceIdentifier) | STYLE | DLS_DEAD_LOCAL_STORE | 130 | Low |
| Exception is caught when Exception is not thrown in org.opendaylight.netvirt.vpnmanager.shell.ShowVpn.doExecute() | STYLE | REC_CATCH_EXCEPTION | 118 | Low |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to result in org.opendaylight.netvirt.vpnmanager.shell.ShowVpnInstanceOpData.read(LogicalDatastoreType, InstanceIdentifier) | STYLE | DLS_DEAD_LOCAL_STORE | 123 | Low |
| Exception is caught when Exception is not thrown in org.opendaylight.netvirt.vpnmanager.shell.ShowVpnInstanceOpData.doExecute() | STYLE | REC_CATCH_EXCEPTION | 80 | Low |