PMD Results

The following document contains the results of PMD 6.49.0.

Violations By Priority

Priority 3

org/apache/maven/scm/provider/svn/svnexe/command/checkout/SvnCheckOutCommand.java

Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 145149

org/apache/maven/scm/provider/svn/svnexe/command/export/SvnExeExportCommand.java

Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 123127

org/apache/maven/scm/provider/svn/svnexe/command/list/SvnListCommand.java

Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 9397

Priority 4

org/apache/maven/scm/provider/svn/svnexe/command/tag/SvnTagCommand.java

Rule Violation Line
UselessParentheses Useless parentheses. 142
UselessParentheses Useless parentheses. 148

Files

org/apache/maven/scm/provider/svn/svnexe/command/checkout/SvnCheckOutCommand.java

Rule Violation Priority Line
CollapsibleIfStatements These nested if statements could be combined 3 145149

org/apache/maven/scm/provider/svn/svnexe/command/export/SvnExeExportCommand.java

Rule Violation Priority Line
CollapsibleIfStatements These nested if statements could be combined 3 123127

org/apache/maven/scm/provider/svn/svnexe/command/list/SvnListCommand.java

Rule Violation Priority Line
CollapsibleIfStatements These nested if statements could be combined 3 9397

org/apache/maven/scm/provider/svn/svnexe/command/tag/SvnTagCommand.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 142
UselessParentheses Useless parentheses. 4 148