PMD Results
The following document contains the results of PMD 4.3.
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'. | 53 - 59 |
| Avoid unused constructor parameters such as 'wantedStatus'. | 53 - 59 |
org/apache/maven/scm/provider/bazaar/repository/BazaarScmProviderRepository.java
| Violation | Line |
|---|
| Avoid empty if statements | 250 - 252 |