PMD Results
The following document contains the results of PMD 7.9.0.
Violations By Priority
Priority 3
io/wcm/caravan/jaxrs/publisher/JaxRsComponent.java
Rule | Violation | Line |
---|---|---|
ConstantsInInterface | Using constants in interfaces is a bad practice. | 38 |
io/wcm/caravan/jaxrs/publisher/impl/JaxRsBundleTracker.java
Rule | Violation | Line |
---|---|---|
ReplaceHashtableWithMap | Consider replacing this Hashtable with the newer java.util.Map | 80 |
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 | Using constants in interfaces is a bad practice. | 3 | 38 |
io/wcm/caravan/jaxrs/publisher/impl/JaxRsBundleTracker.java
Rule | Violation | Priority | Line |
---|---|---|---|
ReplaceHashtableWithMap | Consider replacing this Hashtable with the newer java.util.Map | 3 | 80 |
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 |