PMD Results
The following document contains the results of PMD 5.6.1.
 
Files
org/apache/maven/wagon/providers/ssh/ScpCommand.java
| Violation | Line | 
| Avoid unused local variables such as 'perms'. | 333 | 
| Avoid unused local variables such as 'perms'. | 397 | 
 
org/apache/maven/wagon/providers/ssh/ShellCommand.java
| Violation | Line | 
| Avoid unused private fields such as 'in'. | 45 | 
| Avoid unused private fields such as 'thread'. | 53 | 
 
org/apache/maven/wagon/providers/ssh/SshServerEmbedded.java
| Violation | Line | 
| Avoid unused private fields such as 'wagonProtocol'. | 51 | 
| Avoid unused private fields such as 'sshKeysResources'. | 57 | 
| Overriding method merely calls super | 118–122 |