View by Classes

Findings - Overview

warning Field only ever set to null (Findbugs)

Further info on the wiki.

All writes to this field are of the constant value null, and thus all reads of the field will return null. Check for errors, or remove it if it is useless.

2org.jcoderz.commons.connector.http.HttpManagedConnectionImpl
Field only ever set to null: org.jcoderz.commons.connector.http.HttpManagedConnectionImpl.mKeyStore [0],
Field only ever set to null: org.jcoderz.commons.connector.http.HttpManagedConnectionImpl.mTrustStore [0]