FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
16 3 0 0

org.apache.maven.wagon.providers.ssh.ScpHelper

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 270 Medium

org.apache.maven.wagon.providers.ssh.knownhost.FileKnownHostsProvider

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