FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
103 2 0 0

org.eclipse.aether.util.graph.manager.DependencyManagerUtils

Bug Category Details Line Priority
org.eclipse.aether.util.graph.manager.DependencyManagerUtils.getPremanagedOptional(DependencyNode) has Boolean return type and returns explicit null BAD_PRACTICE NP_BOOLEAN_RETURN_NULL 123 Medium

org.eclipse.aether.util.graph.transformer.ConflictResolver$State

Bug Category Details Line Priority
Load of known null value in org.eclipse.aether.util.graph.transformer.ConflictResolver$State.add(DependencyNode) STYLE NP_LOAD_OF_KNOWN_NULL_VALUE 660 Medium