FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
23200

org.apache.maven.repository.internal.DefaultServiceLocator

BugCategoryDetailsLinePriority
The class name org.apache.maven.repository.internal.DefaultServiceLocator shadows the simple name of the superclass org.sonatype.aether.impl.internal.DefaultServiceLocatorBAD_PRACTICENM_SAME_SIMPLE_NAME_AS_SUPERCLASS44-50High

org.apache.maven.repository.internal.MavenMetadata

BugCategoryDetailsLinePriority
exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.repository.internal.MavenMetadata.write(File, Metadata)BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE119Medium