Comparing source compatibility of dbunit-2.4.9.jar against dbunit-2.4.8.jar
Old: dbunit-2.4.8.jar
New: dbunit-2.4.9.jar
Created: 2024-10-23T18:35:05.337-0500
Access modifier filter: PROTECTED
Only modifications: true
Only binary incompatible modifications: false
Ignore missing classes: true
Includes: all
Excludes: n.a.
Semantic Versioning: 0.1.0
WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output.
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
MODIFIED public abstract class  org.dbunit.database.AbstractResultSetTable top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.dataset.AbstractTable n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. java.lang.String toString()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 177
MODIFIED public class  org.dbunit.database.ForwardOnlyResultSetTable top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.database.AbstractResultSetTable n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. java.lang.String toString()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 117
MODIFIED public class  org.dbunit.database.ScrollableResultSetTable top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.database.AbstractResultSetTable n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. java.lang.String toString()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 149
MODIFIED public class  org.dbunit.dataset.ColumnFilterTable top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. java.lang.String toString()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 104
NEW public class  org.dbunit.ext.mssql.UniqueIdentifierType top
Superclass:
Status Superclass Compatibility Changes
NEW org.dbunit.dataset.datatype.AbstractDataType n.a.
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
NEW public n.a. UniqueIdentifierType() n.a.
Old file New file
n.a. 43
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. java.lang.Object getSqlValue(int, java.sql.ResultSet)
Status: Name:
NEW java.sql.SQLException
NEW org.dbunit.dataset.datatype.TypeCastException
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 51
NEW public n.a. void setSqlValue(java.lang.Object, int, java.sql.PreparedStatement)
Status: Name:
NEW java.sql.SQLException
NEW org.dbunit.dataset.datatype.TypeCastException
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 62
NEW public n.a. java.lang.Object typeCast(java.lang.Object)
Status: Name:
NEW org.dbunit.dataset.datatype.TypeCastException
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 47
MODIFIED (*) public abstract interface  org.dbunit.PrepAndExpectedTestCase top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW (*) public abstract n.a. void verifyData()
Status: Name:
NEW java.lang.Exception
Compatibility Changes:
Change
METHOD_ADDED_TO_INTERFACE
Old file New file
n.a. n.a.