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
132 5 0 0

org.eclipse.aether.artifact.AbstractArtifact

Bug Category Details Line Priority
Load of known null value in org.eclipse.aether.artifact.AbstractArtifact.toBaseVersion(String) STYLE NP_LOAD_OF_KNOWN_NULL_VALUE 62 Medium

org.eclipse.aether.repository.AuthenticationContext

Bug Category Details Line Priority
Load of known null value in org.eclipse.aether.repository.AuthenticationContext.get(String, Map, Class) STYLE NP_LOAD_OF_KNOWN_NULL_VALUE 284 Medium

org.eclipse.aether.resolution.ArtifactResolutionException

Bug Category Details Line Priority
Nullcheck of results at line 46 of value previously dereferenced in new org.eclipse.aether.resolution.ArtifactResolutionException(List) CORRECTNESS RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE 45 High
Nullcheck of results at line 58 of value previously dereferenced in new org.eclipse.aether.resolution.ArtifactResolutionException(List, String) CORRECTNESS RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE 57 High

org.eclipse.aether.transfer.TransferEvent$Builder

Bug Category Details Line Priority
Switch statement found in org.eclipse.aether.transfer.TransferEvent$Builder.resetType(TransferEvent$EventType) where default case is missing STYLE SF_SWITCH_NO_DEFAULT 288-292 Medium