The following document contains the results of PMD 6.55.0.

Violations By Priority

Priority 3

io/wcm/sling/commons/caservice/impl/ContextAwareServiceInventoryPrinter.java
Rule Violation Line
CompareObjectsWithEquals Use equals() to compare object references. 50

Files

io/wcm/sling/commons/caservice/impl/ContextAwareServiceInventoryPrinter.java

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

Suppressed Violations

Filename Rule message Suppression type Reason
io/wcm/sling/commons/caservice/ContextAwareService.java Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19. annotation
io/wcm/sling/commons/caservice/ContextAwareService.java Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19. annotation
io/wcm/sling/commons/caservice/ContextAwareService.java Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19. annotation
io/wcm/sling/commons/resource/ImmutableValueMap.java Rather than using a lot of String arguments, consider using a container object for those values. annotation
io/wcm/sling/commons/resource/ImmutableValueMap.java Rather than using a lot of String arguments, consider using a container object for those values. annotation
io/wcm/sling/commons/resource/NameResourceComparator.java Use equals() to compare object references. nopmd

Back to top

Version: 1.6.5-SNAPSHOT. Last Published: 2024-03-06.