PMD Results
The following document contains the results of PMD 7.7.0.
Violations By Priority
Priority 3
org/apache/maven/scm/provider/svn/svnexe/command/checkin/SvnCheckInCommand.java
| Rule | Violation | Line |
|---|---|---|
| UnusedPrivateField | Avoid unused private fields such as 'interactive'. | 45 |
org/apache/maven/scm/provider/svn/svnexe/command/checkout/SvnCheckOutCommand.java
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 151–155 |
org/apache/maven/scm/provider/svn/svnexe/command/export/SvnExeExportCommand.java
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 130–134 |
org/apache/maven/scm/provider/svn/svnexe/command/list/SvnListCommand.java
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 99–103 |
Priority 4
org/apache/maven/scm/provider/svn/svnexe/command/SvnCommandLineUtils.java
| Rule | Violation | Line |
|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'SvnCommandLineUtils': 'cryptPassword' is already in scope | 174 |
org/apache/maven/scm/provider/svn/svnexe/command/tag/SvnTagCommand.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 148 |
| UselessParentheses | Useless parentheses. | 154 |
Files
org/apache/maven/scm/provider/svn/svnexe/command/SvnCommandLineUtils.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'SvnCommandLineUtils': 'cryptPassword' is already in scope | 4 | 174 |
org/apache/maven/scm/provider/svn/svnexe/command/checkin/SvnCheckInCommand.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnusedPrivateField | Avoid unused private fields such as 'interactive'. | 3 | 45 |
org/apache/maven/scm/provider/svn/svnexe/command/checkout/SvnCheckOutCommand.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 151–155 |
org/apache/maven/scm/provider/svn/svnexe/command/export/SvnExeExportCommand.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 130–134 |
org/apache/maven/scm/provider/svn/svnexe/command/list/SvnListCommand.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 99–103 |
org/apache/maven/scm/provider/svn/svnexe/command/tag/SvnTagCommand.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 148 |
| UselessParentheses | Useless parentheses. | 4 | 154 |


