PMD Results
The following document contains the results of PMD 5.6.1.
Files
org/apache/maven/scm/provider/bazaar/command/changelog/BazaarChangeLogCommand.java
| Violation |
Line |
| These nested if statements could be combined |
106–109 |
org/apache/maven/scm/provider/bazaar/command/changelog/BazaarChangeLogConsumer.java
| Violation |
Line |
| Avoid empty if statements |
195–197 |
org/apache/maven/scm/provider/bazaar/command/diff/BazaarDiffConsumer.java
| Violation |
Line |
| Avoid empty if statements |
111–113 |
| These nested if statements could be combined |
148–151 |
org/apache/maven/scm/provider/bazaar/command/tag/BazaarLsConsumer.java
| Violation |
Line |
| Avoid unused constructor parameters such as 'repositoryRoot'. |
55 |
| Avoid unused constructor parameters such as 'wantedStatus'. |
55 |
org/apache/maven/scm/provider/bazaar/repository/BazaarScmProviderRepository.java
| Violation |
Line |
| Avoid empty if statements |
250–252 |