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
101 5 0 75

org.eclipse.aether.util.ChecksumUtils

Bug Category Details Line Priority
Nullcheck of data at line 150 of value previously dereferenced in org.eclipse.aether.util.ChecksumUtils.calc(InputStream, Collection) CORRECTNESS RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE 140 Medium

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 124 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