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.sshj.SshjSshClient | 1 |
| org.jclouds.sshj.SshjSshClient$CloseFtpChannelOnCloseInputStream | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| new org.jclouds.sshj.SshjSshClient(BackoffLimitedRetryHandler, IPSocket, int, String, String, byte[]) may expose internal representation by storing an externally mutable object into SshjSshClient.privateKey | MALICIOUS_CODE | EI_EXPOSE_REP2 | 145 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Should org.jclouds.sshj.SshjSshClient$CloseFtpChannelOnCloseInputStream be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 80 | Medium |