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 3 0 0

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