FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.2

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
41 2 0 0

org.apache.maven.shared.dependency.graph.internal.Maven31DependencyGraphBuilder

Bug Category Details Line Priority
java.util.List<org.eclipse.aether.graph.Dependency> is incompatible with expected argument type java.util.List<org.sonatype.aether.graph.Dependency> in org.apache.maven.shared.dependency.graph.internal.Maven31DependencyGraphBuilder.collectDependenciesFromReactor(DependencyResolutionException, Collection) CORRECTNESS GC_UNRELATED_TYPES 149 High

org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener

Bug Category Details Line Priority
Possible null pointer dereference of node in org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener.selectVersionFromRange(Artifact) CORRECTNESS NP_NULL_ON_SOME_PATH 306 Medium