The following document contains the results of FindBugs Report
FindBugs Version is 2.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 | 126 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Test de nullité redondant sur une valeur non nulle dans org.apache.maven.scm.provider.svn.svnexe.command.tag.SvnTagCommand.executeTagCommand(ScmProviderRepository, ScmFileSet, String, ScmTagParameters) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 104 | Medium |