Binary compatibility report for the log4jdbc library  between 1.1 and 1.2 versions

Test Info


Library Namelog4jdbc
Version #11.1
Version #21.2

Test Results


Total Java ARchives1
Total Classes16
Total Methods / Types547 / 13
VerdictIncompatible

Problem Summary


SeverityCount
Added Methods-14
Removed MethodsHigh4
Problems with
Data Types
High1
Medium3
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods (14)


log4jdbc4-1.2.jar, CallableStatementSpy.class
package net.sf.log4jdbc
CallableStatementSpy.getRealCallableStatement (  ):java.sql.CallableStatement

log4jdbc4-1.2.jar, ConnectionSpy.class
package net.sf.log4jdbc
ConnectionSpy.getConnectionNumber (  ):Integer
ConnectionSpy.getOpenConnectionsDump ( ) [static]:String
ConnectionSpy.getRealConnection (  ):java.sql.Connection

log4jdbc4-1.2.jar, PreparedStatementSpy.class
package net.sf.log4jdbc
PreparedStatementSpy.getRealPreparedStatement (  ):java.sql.PreparedStatement

log4jdbc4-1.2.jar, ResultSetSpy.class
package net.sf.log4jdbc
ResultSetSpy.getConnectionNumber (  ):Integer
ResultSetSpy.getRealResultSet (  ):java.sql.ResultSet

log4jdbc4-1.2.jar, Slf4jSpyLogDelegator.class
package net.sf.log4jdbc
Slf4jSpyLogDelegator.connectionClosed Spy spy ):void
Slf4jSpyLogDelegator.connectionOpened Spy spy ):void

log4jdbc4-1.2.jar, Spy.class
package net.sf.log4jdbc
Spy.getConnectionNumber ( ) [abstract]:Integer

log4jdbc4-1.2.jar, SpyLogDelegator.class
package net.sf.log4jdbc
SpyLogDelegator.connectionClosed Spy p1 ) [abstract]:void
SpyLogDelegator.connectionOpened Spy p1 ) [abstract]:void

log4jdbc4-1.2.jar, StatementSpy.class
package net.sf.log4jdbc
StatementSpy.getConnectionNumber (  ):Integer
StatementSpy.getRealStatement (  ):java.sql.Statement

to the top

Removed Methods (4)


log4jdbc4-1.1.jar, ConnectionSpy.class
package net.sf.log4jdbc
ConnectionSpy.getConnectionNumber (  ):int

log4jdbc4-1.1.jar, ResultSetSpy.class
package net.sf.log4jdbc
ResultSetSpy.getConnectionNumber (  ):int

log4jdbc4-1.1.jar, Spy.class
package net.sf.log4jdbc
Spy.getConnectionNumber ( ) [abstract]:int

log4jdbc4-1.1.jar, StatementSpy.class
package net.sf.log4jdbc
StatementSpy.getConnectionNumber (  ):int

to the top

Problems with Data Types, High Severity (1)


log4jdbc4-1.1.jar
package net.sf.log4jdbc
[+] Spy (1)

to the top

Problems with Data Types, Medium Severity (3)


log4jdbc4-1.1.jar
package net.sf.log4jdbc
[+] Spy (1)
[+] SpyLogDelegator (2)

to the top

Java ARchives (1)


log4jdbc4-1.1.jar

to the top

Classes (16)


package net.sf.log4jdbc
CallableStatementSpy
ConnectionSpy
DriverSpy
OracleRdbmsSpecifics
PostLogProfilerProcessor
PostLogProfilerProcessor.ProfiledSql
PreparedStatementSpy
RdbmsSpecifics
ResultSetSpy
Slf4jSpyLogDelegator
Spy
SpyLogDelegator
SpyLogFactory
SqlServerRdbmsSpecifics
StatementSpy
Utilities


to the top




Generated on Sat Feb 18 07:36:25 2012 for log4jdbc by Java API Compliance Checker 1.0.3
A tool for checking backward binary/source compatibility of a Java library API