FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.2

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
5 1 0 0

org.apache.maven.archiver.MavenArchiver

Bug Category Details Line Priority
Redundant nullcheck of artifact, which is known to be non-null in org.apache.maven.archiver.MavenArchiver.getManifest(MavenSession, MavenProject, ManifestConfiguration, Map) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 255 High