The following document contains the results of Checkstyle 10.12.7 with global-build-tools/checkstyle.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
40 |
0 |
4 |
0 |
Details
io/wcm/caravan/io/http/impl/ApacheHttpClient.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
coding |
IllegalCatch |
Catching 'Throwable' is not allowed. |
108 |
io/wcm/caravan/io/http/impl/CaravanHttpCallbackExecutor.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
design |
FinalClass |
Class RejectionHandler should be declared as final. |
122 |
io/wcm/caravan/io/http/impl/CaravanHttpHelper.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
JavadocParagraph |
Empty line should be followed by <p> tag on the next line. |
76 |
io/wcm/caravan/io/http/impl/CaravanHttpServiceConfigValidator.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
76 |