PMD Results
The following document contains the results of PMD 6.55.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–50 |
AvoidProtectedMethodInFinalClassNotExtending | Avoid protected methods in a final class that doesnt extend anything other than Object. Change to private or package access. | 53–56 |
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–50 |
AvoidProtectedMethodInFinalClassNotExtending | Avoid protected methods in a final class that doesnt extend anything other than Object. Change to private or package access. | 3 | 53–56 |