FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.3

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
56 9 0 0

org.csc.phynixx.connection.AutoCommitListener

Bug Category Details Line Priority
Class org.csc.phynixx.connection.AutoCommitListener implements same interface as superclass STYLE RI_REDUNDANT_INTERFACES 31-56 Low

org.csc.phynixx.connection.DynaPhynixxManagedConnectionFactory$ConnectionPhynixxGuard

Bug Category Details Line Priority
Unchecked/unconfirmed cast from Throwable to Exception of return value in org.csc.phynixx.connection.DynaPhynixxManagedConnectionFactory$ConnectionPhynixxGuard.invoke(Object, Method, Object[]) STYLE BC_UNCONFIRMED_CAST_OF_RETURN_VALUE 177 Low

org.csc.phynixx.connection.PhynixxManagedConnectionFactory

Bug Category Details Line Priority
Class org.csc.phynixx.connection.PhynixxManagedConnectionFactory implements same interface as superclass STYLE RI_REDUNDANT_INTERFACES 48-243 Low

org.csc.phynixx.connection.PhynixxManagedConnectionGuard

Bug Category Details Line Priority
Redundant nullcheck of org.csc.phynixx.connection.PhynixxManagedConnectionGuard.getCoreConnection(), which is known to be non-null in org.csc.phynixx.connection.PhynixxManagedConnectionGuard.recover() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 407 Low

org.csc.phynixx.connection.PooledPhynixxManagedConnectionFactory$MyPoolableObjectFactory

Bug Category Details Line Priority
Class org.csc.phynixx.connection.PooledPhynixxManagedConnectionFactory$MyPoolableObjectFactory implements same interface as superclass STYLE RI_REDUNDANT_INTERFACES 51-91 Low

org.csc.phynixx.connection.loggersystem.LoggerPerTransactionStrategy

Bug Category Details Line Priority
Can't close xaDataRecorder since it is always null in org.csc.phynixx.connection.loggersystem.LoggerPerTransactionStrategy.connectionRequiresTransaction(IManagedConnectionEvent) CORRECTNESS NP_CLOSING_NULL 251 High
Load of known null value in org.csc.phynixx.connection.loggersystem.LoggerPerTransactionStrategy.connectionRequiresTransaction(IManagedConnectionEvent) STYLE NP_LOAD_OF_KNOWN_NULL_VALUE 251 Low
Class org.csc.phynixx.connection.loggersystem.LoggerPerTransactionStrategy implements same interface as superclass STYLE RI_REDUNDANT_INTERFACES 51-314 Low
Private method org.csc.phynixx.connection.loggersystem.LoggerPerTransactionStrategy.writeStartSequence(IXADataRecorder) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 229-232 Low