The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.eclipse.aether.util.ConfigUtils | 2 |
org.eclipse.aether.util.graph.manager.DependencyManagerUtils | 1 |
org.eclipse.aether.util.graph.transformer.ConflictResolver$State | 1 |
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 |
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 |
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 |