The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
| Class | Bugs |
|---|---|
| org.opendaylight.bgpcep.pcep.topology.spi.AbstractInstructionExecutor | 1 |
| org.opendaylight.bgpcep.pcep.topology.spi.AbstractInstructionExecutor$InstructionCallback | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| insn must be non-null but is marked as nullable | STYLE | NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE | 87 | Low |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| result must be non-null but is marked as nullable | STYLE | NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE | 37 | Medium |