PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 3
io/wcm/caravan/jaxrs/publisher/JaxRsComponent.java
Rule | Violation | Line |
---|---|---|
ConstantsInInterface | Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19. | 38 |
io/wcm/caravan/jaxrs/publisher/impl/JaxRsClassesProviderTracker.java
Rule | Violation | Line |
---|---|---|
CompareObjectsWithEquals | Use equals() to compare object references. | 55 |
CompareObjectsWithEquals | Use equals() to compare object references. | 73 |
io/wcm/caravan/jaxrs/publisher/impl/JaxRsComponentTracker.java
Rule | Violation | Line |
---|---|---|
CompareObjectsWithEquals | Use equals() to compare object references. | 61 |
CompareObjectsWithEquals | Use equals() to compare object references. | 83 |
Files
io/wcm/caravan/jaxrs/publisher/JaxRsComponent.java
Rule | Violation | Priority | Line |
---|---|---|---|
ConstantsInInterface | Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19. | 3 | 38 |
io/wcm/caravan/jaxrs/publisher/impl/JaxRsClassesProviderTracker.java
Rule | Violation | Priority | Line |
---|---|---|---|
CompareObjectsWithEquals | Use equals() to compare object references. | 3 | 55 |
CompareObjectsWithEquals | Use equals() to compare object references. | 3 | 73 |
io/wcm/caravan/jaxrs/publisher/impl/JaxRsComponentTracker.java
Rule | Violation | Priority | Line |
---|---|---|---|
CompareObjectsWithEquals | Use equals() to compare object references. | 3 | 61 |
CompareObjectsWithEquals | Use equals() to compare object references. | 3 | 83 |