PMD Results
The following document contains the results of PMD 4.3.
Files
org/apache/maven/scm/provider/integrity/ExceptionHandler.java
| Violation | Line |
|---|
| Avoid using java.lang.ThreadGroup; it is not thread safe | 57 |
org/apache/maven/scm/provider/integrity/Member.java
| Violation | Line |
|---|
| Ensure you override both equals() and hashCode() | 253 |
| These nested if statements could be combined | 257 - 260 |