The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.jclouds.ssh.jsch.JschSshClient | 1 |
| org.jclouds.ssh.jsch.JschSshClient$CloseFtpChannelOnCloseInputStream | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| new org.jclouds.ssh.jsch.JschSshClient(BackoffLimitedRetryHandler, IPSocket, int, String, String, byte[]) may expose internal representation by storing an externally mutable object into JschSshClient.privateKey | MALICIOUS_CODE | EI_EXPOSE_REP2 | 126 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Should org.jclouds.ssh.jsch.JschSshClient$CloseFtpChannelOnCloseInputStream be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 70 | Medium |