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
105 4 0 0

org.eclipse.aether.util.ConfigUtils

Bug Category Details Line Priority
Boxing/unboxing to parse a primitive org.eclipse.aether.util.ConfigUtils.getInteger(Map, int, String[]) PERFORMANCE DM_BOXED_PRIMITIVE_FOR_PARSING 145 High
Boxing/unboxing to parse a primitive org.eclipse.aether.util.ConfigUtils.getLong(Map, long, String[]) PERFORMANCE DM_BOXED_PRIMITIVE_FOR_PARSING 193 High

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