Skip to content

added new set and get for ssl context #27

added new set and get for ssl context

added new set and get for ssl context #27

Re-run triggered September 3, 2024 15:52
Status Success
Total duration 1m 6s
Artifacts

pmd.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
PMD: src/main/java/org/htmlunit/WebClientOptions.java#L40
[PMD] reported by reviewdog 🐶 Too many fields Raw Output: {"locations":[{"physicalLocation":{"artifactLocation":{"uri":"file:///home/runner/work/htmlunit/htmlunit/src/main/java/org/htmlunit/WebClientOptions.java"},"region":{"endColumn":2,"endLine":954,"startColumn":55,"startLine":40}}}],"message":{"text":"Too many fields"},"ruleId":"TooManyFields","ruleIndex":0}
PMD: src/main/java/org/htmlunit/WebClientOptions.java#L70
[PMD] reported by reviewdog 🐶 The field 'sslContext_' of serializable class 'org.htmlunit.WebClientOptions' is of non-serializable type 'javax.net.ssl.SSLContext'. Raw Output: {"locations":[{"physicalLocation":{"artifactLocation":{"uri":"file:///home/runner/work/htmlunit/htmlunit/src/main/java/org/htmlunit/WebClientOptions.java"},"region":{"endColumn":35,"endLine":70,"startColumn":24,"startLine":70}}}],"message":{"text":"The field 'sslContext_' of serializable class 'org.htmlunit.WebClientOptions' is of non-serializable type 'javax.net.ssl.SSLContext'."},"ruleId":"NonSerializableClass","ruleIndex":47}