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
24 2 0 0

org.opendaylight.protocol.pcep.pcc.mock.Main

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

org.opendaylight.protocol.pcep.pcc.mock.PCCTunnelManagerImpl

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