PMD Results
The following document contains the results of PMD 7.23.0.
Violations By Priority
Priority 3
io/wcm/caravan/jaxws/consumer/JaxWsClientInitializer.java
| Rule | Violation | Line |
|---|---|---|
| AvoidCatchingGenericException | Avoid catching Throwable in try-catch block | 150 |
| AvoidCatchingGenericException | Avoid catching Throwable in try-catch block | 543 |
| AvoidCatchingGenericException | Avoid catching Throwable in try-catch block | 556 |
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/JaxWsClientInitializer.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| AvoidCatchingGenericException | Avoid catching Throwable in try-catch block | 3 | 150 |
| AvoidCatchingGenericException | Avoid catching Throwable in try-catch block | 3 | 543 |
| AvoidCatchingGenericException | Avoid catching Throwable in try-catch block | 3 | 556 |
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 |