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.graph.manager.DependencyManagerUtils | 1 |
org.eclipse.aether.util.graph.transformer.ConflictResolver$State | 1 |
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 |
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 |