PMD Results
The following document contains the results of PMD 5.1.2.
Files
org/apache/commons/text/ExtendedMessageFormat.java
| Violation |
Line |
| Avoid unused private methods such as 'containsElements(Collection)'. |
518 |
org/apache/commons/text/StrBuilder.java
| Violation |
Line |
| Avoid using a branching statement as the last in a loop. |
2434 |
| Avoid using a branching statement as the last in a loop. |
2551 |
org/apache/commons/text/StrLookup.java
| Violation |
Line |
| Avoid empty catch blocks |
173–175 |
org/apache/commons/text/StrSubstitutor.java
| Violation |
Line |
| Useless parentheses. |
854 |
org/apache/commons/text/similarity/JaroWinklerDistance.java
| Violation |
Line |
| Avoid unused private fields such as 'PREFIX_LENGTH_LIMIT'. |
47 |
| Useless parentheses. |
93 |
|