The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.apache.maven.wagon.providers.ssh.ScpHelper | 1 |
| org.apache.maven.wagon.providers.ssh.knownhost.FileKnownHostsProvider | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.maven.wagon.providers.ssh.ScpHelper.putDirectory(Wagon, File, String) ignores exceptional return value of java.io.File.delete() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 257 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.maven.wagon.providers.ssh.knownhost.FileKnownHostsProvider.storeKnownHosts(String) ignores exceptional return value of java.io.File.mkdirs() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 78 | Medium |