The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 3
io/wcm/caravan/hal/resource/util/HalBuilder.java
Rule |
Violation |
Line |
UseObjectForClearerAPI |
Rather than using a lot of String arguments, consider using a container object for those values. |
118 |
Files
io/wcm/caravan/hal/resource/Link.java
Rule |
Violation |
Priority |
Line |
CompareObjectsWithEquals |
Use equals() to compare object references. |
3 |
230 |
io/wcm/caravan/hal/resource/util/HalBuilder.java
Rule |
Violation |
Priority |
Line |
UseObjectForClearerAPI |
Rather than using a lot of String arguments, consider using a container object for those values. |
3 |
118 |