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
3 3 0 0

org.opendaylight.topology.mlmt.parser.MultilayerAttributesParserImpl

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