The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
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 |
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 | 366 | Medium |
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 |
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 |