The following document contains the results of FindBugs Report
FindBugs Version is 2.0.2
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.apache.maven.shared.dependency.graph.internal.Maven31DependencyGraphBuilder | 1 |
| org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener | 1 |
| 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 |
| 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 |