The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
| Class | Bugs |
|---|---|
| org.opendaylight.topology.mlmt.parser.MultilayerAttributesParserImpl | 3 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.opendaylight.topology.mlmt.parser.MultilayerAttributesParserImpl.parseLinkId(FaId, boolean) invokes toString() method on a String | PERFORMANCE | DM_STRING_TOSTRING | 163 | Low |
| org.opendaylight.topology.mlmt.parser.MultilayerAttributesParserImpl.swapSourceDestination(LinkBuilder, boolean) invokes toString() method on a String | PERFORMANCE | DM_STRING_TOSTRING | 265 | Low |
| Private method org.opendaylight.topology.mlmt.parser.MultilayerAttributesParserImpl.buildFaId(int, boolean, String) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 143 | Medium |