FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|
| 9 | 7 | 0 | 0 |
org.apache.maven.plugin.gpg.GpgSignAttachedMojo
| Bug | Category | Details | Line | Priority |
|---|
| Read of unwritten field projectHelper in org.apache.maven.plugin.gpg.GpgSignAttachedMojo.execute() | CORRECTNESS | NP_UNWRITTEN_FIELD | 218 | Medium |
| Unwritten field: org.apache.maven.plugin.gpg.GpgSignAttachedMojo.ascDirectory | CORRECTNESS | UWF_UNWRITTEN_FIELD | 126 | Medium |
| Unwritten field: org.apache.maven.plugin.gpg.GpgSignAttachedMojo.projectHelper | CORRECTNESS | UWF_UNWRITTEN_FIELD | 218 | Medium |
org.apache.maven.plugin.gpg.GpgSigner
| Bug | Category | Details | Line | Priority |
|---|
| org.apache.maven.plugin.gpg.GpgSigner.generateSignatureForArtifact(File) ignores exceptional return value of java.io.File.delete() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 167 | Medium |
| org.apache.maven.plugin.gpg.GpgSigner.generateSignatureForArtifact(File) ignores exceptional return value of java.io.File.mkdirs() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 160 | Medium |
org.apache.maven.plugin.gpg.GpgSigner$MaskingThread
| Bug | Category | Details | Line | Priority |
|---|
| Should org.apache.maven.plugin.gpg.GpgSigner$MaskingThread be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 317-365 | Medium |
org.apache.maven.plugin.gpg.HelpMojo
| Bug | Category | Details | Line | Priority |
|---|
| Unwritten field: org.apache.maven.plugin.gpg.HelpMojo.goal | CORRECTNESS | UWF_UNWRITTEN_FIELD | 76 | Medium |