View by Classes

Findings - Overview

info Load of known null value (Findbugs)

Further info on the wiki.

The variable referenced at this point is known to be null due to an earlier check against null. Although this is valid, it might be a mistake (perhaps you intended to refer to a different variable, or perhaps the earlier check to see if the variable is null should have been a check to see if it was nonnull).

2org.jcoderz.commons.connector.http.transport.HttpClientConnectionTest
Load of known null value in org.jcoderz.commons.connector.http.transport.HttpClientConnectionTest.testSendSimplePostRequestWithImmediateClose() (test code) [417],
Load of known null value in org.jcoderz.commons.connector.http.transport.HttpClientConnectionTest.testSendSimplePostRequestWithoutResponse() (test code) [380]