The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
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 |
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 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Redundant nullcheck of scmTagParameters, which is known to be non-null in org.apache.maven.scm.provider.svn.svnexe.command.tag.SvnTagCommand.executeTagCommand(ScmProviderRepository, ScmFileSet, String, ScmTagParameters) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 104 | Medium |
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 | 137 | High |