FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 2.0.3

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
128 5 0 0

org.eclipse.aether.artifact.AbstractArtifact

Bug Category Details Line Priority
Chargement d'une valeur connue pour être à null dans org.eclipse.aether.artifact.AbstractArtifact.toBaseVersion(String) STYLE NP_LOAD_OF_KNOWN_NULL_VALUE 61 Medium

org.eclipse.aether.repository.AuthenticationContext

Bug Category Details Line Priority
Chargement d'une valeur connue pour être à null dans org.eclipse.aether.repository.AuthenticationContext.get(String, Map, Class) STYLE NP_LOAD_OF_KNOWN_NULL_VALUE 285 Medium

org.eclipse.aether.resolution.ArtifactResolutionException

Bug Category Details Line Priority
Test de nullité dans results d'une valeur préalablement déréférencée dans new org.eclipse.aether.resolution.ArtifactResolutionException(List) CORRECTNESS RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE 45 High
Test de nullité dans results d'une valeur préalablement déréférencée dans 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 299-303 Medium