The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
| Class | Bugs |
|---|---|
| org.opendaylight.protocol.pcep.pcc.mock.Main | 1 |
| org.opendaylight.protocol.pcep.pcc.mock.PCCTunnelManagerImpl | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Boxing/unboxing to parse a primitive org.opendaylight.protocol.pcep.pcc.mock.Main.main(String[]) | PERFORMANCE | DM_BOXED_PRIMITIVE_FOR_PARSING | 74 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Possible null pointer dereference of dbV in org.opendaylight.protocol.pcep.pcc.mock.PCCTunnelManagerImpl.lazyTunnelInicialization() | CORRECTNESS | NP_NULL_ON_SOME_PATH | 269 | Medium |