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

ClassesBugsErrorsMissing Classes
5200

org.jclouds.ssh.jsch.JschSshClient

BugCategoryDetailsLinePriority
new org.jclouds.ssh.jsch.JschSshClient(BackoffLimitedRetryHandler, IPSocket, int, String, String, byte[]) may expose internal representation by storing an externally mutable object into JschSshClient.privateKeyMALICIOUS_CODEEI_EXPOSE_REP2128Medium

org.jclouds.ssh.jsch.JschSshClient$CloseFtpChannelOnCloseInputStream

BugCategoryDetailsLinePriority
Should org.jclouds.ssh.jsch.JschSshClient$CloseFtpChannelOnCloseInputStream be a _static_ inner class?PERFORMANCESIC_INNER_SHOULD_BE_STATIC72Medium