FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
15 3 0 0

org.apache.maven.shared.jarsigner.AbstractJarSignerRequest

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

org.apache.maven.shared.jarsigner.JarSignerUtil

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