PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/apache/commons/lang3/StringUtils.java
| Violation | Line |
|---|
| Avoid unused private fields such as 'java6Pattern'. | 716 |
org/apache/commons/lang3/builder/HashCodeBuilder.java
| Violation | Line |
|---|
| Ensure you override both equals() and hashCode() | 957 |