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 | 1 |
| 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 | 180 | 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 | 75 | Medium |