Migrate Apache HttpClient 4.5.14 → 5.4.3 with HTTP/2 support #205
Annotations
3 errors
|
CheckStyle
Process completed with exit code 1.
|
|
CheckStyle:
src/main/java/org/htmlunit/httpclient/HttpClientCookie.java#L39
[checkstyle] reported by reviewdog 🐶
Trailing whitespace found.
Raw Output:
/home/runner/work/htmlunit/htmlunit/src/main/java/org/htmlunit/httpclient/HttpClientCookie.java:39:0: error: Trailing whitespace found. (com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck)
|
|
CheckStyle:
src/main/java/org/htmlunit/httpclient/HttpClientCookie.java#L17
[checkstyle] reported by reviewdog 🐶
Unused import - java.time.Instant.
Raw Output:
/home/runner/work/htmlunit/htmlunit/src/main/java/org/htmlunit/httpclient/HttpClientCookie.java:17:8: error: Unused import - java.time.Instant. (com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck)
|