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.parser.message.PCEPRequestMessageParser | 1 |
| org.opendaylight.protocol.pcep.parser.tlv.PathSetupTypeTlvParser | 1 |
| 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 |
| 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 |