The following document contains the results of FindBugs
FindBugs Version is 2.0.3
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.wagon.providers.ssh.ScpHelper | 1 |
org.apache.maven.wagon.providers.ssh.knownhost.FileKnownHostsProvider | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exceptional return value of java.io.File.delete() ignored in org.apache.maven.wagon.providers.ssh.ScpHelper.putDirectory(Wagon, File, String) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 266 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in new org.apache.maven.wagon.providers.ssh.knownhost.FileKnownHostsProvider(File): String.getBytes() | I18N | DM_DEFAULT_ENCODING | 55 | High |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.wagon.providers.ssh.knownhost.FileKnownHostsProvider.storeKnownHosts(String) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 78 | Medium |