PMD Results
The following document contains the results of PMD 5.3.5.
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/inventory/HgOutgoingConsumer.java
| Violation |
Line |
| Avoid unused imports such as 'java.util.ArrayList' |
25 |
| Avoid unused imports such as 'java.util.Collections' |
26 |
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 |
207–209 |
| Useless parentheses. |
249 |
| Useless parentheses. |
249 |