PMD Results
The following document contains the results of PMD 7.9.0.
Violations By Priority
Priority 3
io/wcm/caravan/jaxws/consumer/impl/JaxWsClientFactoryImpl.java
Rule | Violation | Line |
---|---|---|
AvoidProtectedMethodInFinalClassNotExtending | Avoid protected methods in a final class that doesnt extend anything other than Object. Change to private or package access. | 47 |
AvoidProtectedMethodInFinalClassNotExtending | Avoid protected methods in a final class that doesnt extend anything other than Object. Change to private or package access. | 53 |
Files
io/wcm/caravan/jaxws/consumer/impl/JaxWsClientFactoryImpl.java
Rule | Violation | Priority | Line |
---|---|---|---|
AvoidProtectedMethodInFinalClassNotExtending | Avoid protected methods in a final class that doesnt extend anything other than Object. Change to private or package access. | 3 | 47 |
AvoidProtectedMethodInFinalClassNotExtending | Avoid protected methods in a final class that doesnt extend anything other than Object. Change to private or package access. | 3 | 53 |