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
33 4 0 0

org.apache.maven.scm.provider.svn.svnexe.command.SvnCommandLineUtils

Bug Category Details Line Priority
Found reliance on default encoding in org.apache.maven.scm.provider.svn.svnexe.command.SvnCommandLineUtils.addTarget(Commandline, List): new java.io.PrintStream(OutputStream) I18N DM_DEFAULT_ENCODING 68 High

org.apache.maven.scm.provider.svn.svnexe.command.mkdir.SvnMkdirCommand

Bug Category Details Line Priority
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.scm.provider.svn.svnexe.command.mkdir.SvnMkdirCommand.createCommandLine(SvnScmProviderRepository, ScmFileSet, File, boolean) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 130 Medium

org.apache.maven.scm.provider.svn.svnexe.command.status.SvnStatusConsumer

Bug Category Details Line Priority
Dead store to statusString in org.apache.maven.scm.provider.svn.svnexe.command.status.SvnStatusConsumer.consumeLine(String) STYLE DLS_DEAD_LOCAL_STORE 170 Medium

org.apache.maven.scm.provider.svn.svnexe.command.update.SvnUpdateConsumer

Bug Category Details Line Priority
Primitive boxed just to call toString in org.apache.maven.scm.provider.svn.svnexe.command.update.SvnUpdateConsumer.parseLine(String) PERFORMANCE DM_BOXED_PRIMITIVE_TOSTRING 138 High