PMD Results

The following document contains the results of PMD 6.55.0.

Violations By Priority

Priority 3

org/apache/maven/scm/provider/git/gitexe/command/GitCommandLineUtils.java
Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 190198
org/apache/maven/scm/provider/git/gitexe/command/add/GitAddCommand.java
Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 8183
org/apache/maven/scm/provider/git/gitexe/command/checkin/GitCheckInCommand.java
Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 127129
org/apache/maven/scm/provider/git/gitexe/command/status/GitStatusCommand.java
Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 5658
org/apache/maven/scm/provider/git/gitexe/command/status/GitStatusConsumer.java
Rule Violation Line
EmptyControlStatement Empty if statement 206210

Priority 4

org/apache/maven/scm/provider/git/gitexe/command/checkout/GitCheckOutCommand.java
Rule Violation Line
UselessParentheses Useless parentheses. 187
org/apache/maven/scm/provider/git/gitexe/command/status/GitStatusConsumer.java
Rule Violation Line
UselessParentheses Useless parentheses. 289
org/apache/maven/scm/provider/git/gitexe/command/update/GitLatestRevisionCommandConsumer.java
Rule Violation Line
UselessParentheses Useless parentheses. 44

Files

org/apache/maven/scm/provider/git/gitexe/command/GitCommandLineUtils.java

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

org/apache/maven/scm/provider/git/gitexe/command/add/GitAddCommand.java

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

org/apache/maven/scm/provider/git/gitexe/command/checkin/GitCheckInCommand.java

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

org/apache/maven/scm/provider/git/gitexe/command/checkout/GitCheckOutCommand.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 187

org/apache/maven/scm/provider/git/gitexe/command/status/GitStatusCommand.java

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

org/apache/maven/scm/provider/git/gitexe/command/status/GitStatusConsumer.java

Rule Violation Priority Line
EmptyControlStatement Empty if statement 3 206210
UselessParentheses Useless parentheses. 4 289

org/apache/maven/scm/provider/git/gitexe/command/update/GitLatestRevisionCommandConsumer.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 44