PMD Results
The following document contains the results of PMD 6.55.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 | 145–149 |
org/apache/maven/scm/provider/svn/svnexe/command/export/SvnExeExportCommand.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 123–127 |
org/apache/maven/scm/provider/svn/svnexe/command/list/SvnListCommand.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 93–97 |
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 | 145–149 |
org/apache/maven/scm/provider/svn/svnexe/command/export/SvnExeExportCommand.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 3 | 123–127 |
org/apache/maven/scm/provider/svn/svnexe/command/list/SvnListCommand.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 3 | 93–97 |
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 |