View by Classes

Findings - Overview

info Unchecked/unconfirmed cast (Findbugs)

Further info on the wiki.

This cast is unchecked, and not all instances of the type casted from can be cast to the type it is being cast to. Ensure that your program logic ensures that this cast will not fail.

2org.jcoderz.commons.connector.http.HttpManagedConnectionImpl
Unchecked/unconfirmed cast from javax.resource.spi.ConnectionRequestInfo to org.jcoderz.commons.connector.http.HttpConnectionRequestInfo in new org.jcoderz.commons.connector.http.HttpManagedConnectionImpl(HttpManagedConnectionFactoryImpl, ConnectionRequestInfo) [137],
Unchecked/unconfirmed cast from javax.resource.spi.ConnectionRequestInfo to org.jcoderz.commons.connector.http.HttpConnectionRequestInfo in org.jcoderz.commons.connector.http.HttpManagedConnectionImpl.getConnection(Subject, ConnectionRequestInfo) [279]