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
27 4 0 0

org.apache.maven.repository.internal.DefaultModelResolver$1

Bug Category Details Line Priority
remoteRepository must be non-null but is marked as nullable STYLE NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE 153 Medium

org.apache.maven.repository.internal.DefaultVersionResolver

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in org.apache.maven.repository.internal.DefaultVersionResolver.readVersions(RepositorySystemSession, RequestTrace, Metadata, ArtifactRepository, VersionResult) STYLE REC_CATCH_EXCEPTION 361 Medium

org.apache.maven.repository.internal.MavenMetadata

Bug Category Details Line Priority
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.repository.internal.MavenMetadata.write(File, Metadata) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 115 Medium

org.apache.maven.repository.internal.MavenRepositorySystemUtils

Bug Category Details Line Priority
Return value of new org.eclipse.aether.util.graph.transformer.ChainedDependencyGraphTransformer(DependencyGraphTransformer[]) ignored, but method has no side effect STYLE RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT 109 Medium