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

org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser

Bug Category Details Line Priority
Useless object stored in variable rrBuilder of method org.opendaylight.protocol.pcep.parser.message.PCEPRequestMessageParser.insertObject(PCEPRequestMessageParser$State, List, List, P2pBuilder, List, List, Rp) STYLE UC_USELESS_OBJECT 279 Medium

org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser

Bug Category Details Line Priority
org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser.PSTS is a mutable collection which should be package protected MALICIOUS_CODE MS_MUTABLE_COLLECTION_PKGPROTECT 36 Medium