added new set and get for ssl context #28
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}
|