FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 2.0.3

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
20 1 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 146 High