PMD Results
The following document contains the results of PMD 5.6.1.
Files
org/apache/maven/scm/provider/hg/command/branch/HgBranchCommand.java
Violation |
Line |
These nested if statements could be combined |
118–133 |
org/apache/maven/scm/provider/hg/command/checkin/HgCheckInCommand.java
Violation |
Line |
Ternary operators that can be simplified with || or && |
67 |
org/apache/maven/scm/provider/hg/command/tag/HgTagCommand.java
Violation |
Line |
These nested if statements could be combined |
100–112 |
org/apache/maven/scm/provider/hg/repository/HgScmProviderRepository.java
Violation |
Line |
Avoid empty if statements |
205–207 |
Useless parentheses. |
247 |
Useless parentheses. |
247 |