FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.2

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
7 3 0 0

org.apache.maven.wagon.providers.ssh.jsch.AbstractJschWagon

Bug Category Details Line Priority
Found reliance on default encoding in org.apache.maven.wagon.providers.ssh.jsch.AbstractJschWagon.executeCommand(String, boolean): new java.io.InputStreamReader(InputStream) I18N DM_DEFAULT_ENCODING 324 High

org.apache.maven.wagon.providers.ssh.jsch.ScpWagon

Bug Category Details Line Priority
Found reliance on default encoding in org.apache.maven.wagon.providers.ssh.jsch.ScpWagon.fillOutputData(OutputData): String.getBytes() I18N DM_DEFAULT_ENCODING 381 High
Found reliance on default encoding in org.apache.maven.wagon.providers.ssh.jsch.ScpWagon.finishPutTransfer(Resource, InputStream, OutputStream): String.getBytes() I18N DM_DEFAULT_ENCODING 103 High