The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Write to static field org.opendaylight.topology.mlmt.parser.InventoryAttributesParserImpl.log from instance method org.opendaylight.topology.mlmt.parser.InventoryAttributesParserImpl.init(Logger) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 25 | High |
| Unread field: org.opendaylight.topology.mlmt.parser.InventoryAttributesParserImpl.log | PERFORMANCE | URF_UNREAD_FIELD | 25 | Low |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.opendaylight.topology.mlmt.parser.MultilayerAttributesParserImpl.parseLinkId(FaId, boolean) invokes toString() method on a String | PERFORMANCE | DM_STRING_TOSTRING | 162 | Low |
| org.opendaylight.topology.mlmt.parser.MultilayerAttributesParserImpl.swapSourceDestination(LinkBuilder) invokes toString() method on a String | PERFORMANCE | DM_STRING_TOSTRING | 264 | Low |
| Write to static field org.opendaylight.topology.mlmt.parser.MultilayerAttributesParserImpl.log from instance method org.opendaylight.topology.mlmt.parser.MultilayerAttributesParserImpl.init(Logger) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 62 | High |
| Private method org.opendaylight.topology.mlmt.parser.MultilayerAttributesParserImpl.buildFaId(int, boolean, String) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 142 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Write to static field org.opendaylight.topology.mlmt.parser.MultitechnologyAttributesParserImpl.log from instance method org.opendaylight.topology.mlmt.parser.MultitechnologyAttributesParserImpl.init(Logger) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 27 | High |