The following document contains the results of PMD 7.17.0.
Violations By Priority
Priority 3
io/wcm/dam/assetservice/impl/AssetService.java
Rule |
Violation |
Line |
ReplaceHashtableWithMap |
Consider replacing this Hashtable with the newer java.util.Map |
153 |
io/wcm/dam/assetservice/impl/DamPathHandler.java
Rule |
Violation |
Line |
ConsecutiveAppendsShouldReuse |
StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. |
134 |
Files
io/wcm/dam/assetservice/impl/AssetService.java
Rule |
Violation |
Priority |
Line |
ReplaceHashtableWithMap |
Consider replacing this Hashtable with the newer java.util.Map |
3 |
153 |
io/wcm/dam/assetservice/impl/DamPathHandler.java
Rule |
Violation |
Priority |
Line |
ConsecutiveAppendsShouldReuse |
StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. |
3 |
134 |