The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.apache.maven.archiver.MavenArchiver | 1 |
| 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 | 253 | Medium |