The following document contains the results of PMD 6.55.0.

Violations By Priority

Priority 3

io/wcm/caravan/hal/comparison/impl/context/HalComparisonContextImpl.java
Rule Violation Line
CompareObjectsWithEquals Use equals() to compare object references. 117
io/wcm/caravan/hal/comparison/impl/matching/SimpleIdMatchingAlgorithm.java
Rule Violation Line
UseCollectionIsEmpty Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty() 188

Files

io/wcm/caravan/hal/comparison/impl/context/HalComparisonContextImpl.java

Rule Violation Priority Line
CompareObjectsWithEquals Use equals() to compare object references. 3 117

io/wcm/caravan/hal/comparison/impl/matching/SimpleIdMatchingAlgorithm.java

Rule Violation Priority Line
UseCollectionIsEmpty Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty() 3 188

Back to top

Version: 1.0.1-SNAPSHOT. Last Published: 2024-03-21.