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

org.opendaylight.topoprocessing.algorithms.SuurballeAlgorithm

Bug Category Details Line Priority
org.opendaylight.topoprocessing.algorithms.SuurballeAlgorithm.lambda$new$0(Object) invokes inefficient new Double(double) constructor; use Double.valueOf(double) instead PERFORMANCE DM_FP_NUMBER_CTOR 27 Low
Redundant nullcheck of result, which is known to be non-null in org.opendaylight.topoprocessing.algorithms.SuurballeAlgorithm.findShortestPath(Object, Object) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 50 Low
Useless object stored in variable edges of method org.opendaylight.topoprocessing.algorithms.SuurballeAlgorithm.reverseUpdateEdgesWeight(Graph, Transformer, List, Object, Object) STYLE UC_USELESS_OBJECT 108 Medium