The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.maven.wagon.providers.ssh.AbstractEmbeddedScpWagonWithKeyTest.testWithSpaces() ignores exceptional return value of java.io.File.mkdirs() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 119 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Alimentation à perte d'une variable locale dans la méthode org.apache.maven.wagon.providers.ssh.ScpCommand.writeDir(String, SshFile) | STYLE | DLS_DEAD_LOCAL_STORE | 333 | Medium |
Alimentation à perte d'une variable locale dans la méthode org.apache.maven.wagon.providers.ssh.ScpCommand.writeFile(String, SshFile) | STYLE | DLS_DEAD_LOCAL_STORE | 397 | Medium |
Un switch de org.apache.maven.wagon.providers.ssh.ScpCommand.run() comporte un cas qui déborde sur le suivant | STYLE | SF_SWITCH_FALLTHROUGH | 192-194 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Champ inutilisé : org.apache.maven.wagon.providers.ssh.ShellCommand.in | PERFORMANCE | URF_UNREAD_FIELD | 63 | Medium |
Champ inutilisé : org.apache.maven.wagon.providers.ssh.ShellCommand.thread | PERFORMANCE | UUF_UNUSED_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.maven.wagon.providers.ssh.SshServerEmbedded.start() ignores exceptional return value of java.io.File.delete() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 105 | Medium |
org.apache.maven.wagon.providers.ssh.SshServerEmbedded.start() ignores exceptional return value of java.io.File.mkdirs() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 103 | Medium |
Champ inutilisé : org.apache.maven.wagon.providers.ssh.SshServerEmbedded.sshKeysResources | PERFORMANCE | URF_UNREAD_FIELD | 55 | Medium |
Champ inutilisé : org.apache.maven.wagon.providers.ssh.SshServerEmbedded.wagonProtocol | PERFORMANCE | URF_UNREAD_FIELD | 70 | Medium |