The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.apache.maven.shared.jarsigner.AbstractJarSignerRequest | 2 |
| org.apache.maven.shared.jarsigner.JarSignerUtil | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.maven.shared.jarsigner.AbstractJarSignerRequest.getArguments() may expose internal representation by returning AbstractJarSignerRequest.arguments | MALICIOUS_CODE | EI_EXPOSE_REP | 84 | Medium |
| org.apache.maven.shared.jarsigner.AbstractJarSignerRequest.setArguments(String[]) may expose internal representation by storing an externally mutable object into AbstractJarSignerRequest.arguments | MALICIOUS_CODE | EI_EXPOSE_REP2 | 119 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Exception is caught when Exception is not thrown in org.apache.maven.shared.jarsigner.JarSignerUtil.isZipFile(File) | STYLE | REC_CATCH_EXCEPTION | 71 | Medium |