Comparing source compatibility of dbunit-3.2.1-SNAPSHOT.jar against dbunit-3.1.0.jar
Old: dbunit-3.1.0.jar
New: dbunit-3.2.1-SNAPSHOT.jar
Created: 2026-06-28T18:53:06.562+0000
Access modifier filter: PROTECTED
Only modifications: true
Only binary incompatible modifications: false
Ignore missing classes: true
Includes: all
Excludes: n.a.
Semantic Versioning: 0.0.1
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.
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
NEW protected n.a. AbstractResultSetTable(java.lang.String, java.lang.String, org.dbunit.database.IDatabaseConnection, boolean, int)
Status: Name:
NEW org.dbunit.dataset.DataSetException
NEW java.sql.SQLException
n.a.
Old file New file
n.a. 96
NEW protected n.a. AbstractResultSetTable(org.dbunit.dataset.ITableMetaData, org.dbunit.database.IDatabaseConnection, int)
Status: Name:
NEW org.dbunit.dataset.DataSetException
NEW java.sql.SQLException
n.a.
Old file New file
n.a. 130
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW protected n.a. java.sql.Statement createStatement(org.dbunit.database.IDatabaseConnection, int)
Status: Name:
NEW java.sql.SQLException
n.a.
Old file New file
n.a. 176
MODIFIED public class  org.dbunit.database.DefaultMetadataHandler top
MODIFIED public class  org.dbunit.database.search.TablesDependencyHelper top
NEW public class  org.dbunit.dataset.DataSetBuilder top
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
NEW public n.a. DataSetBuilder() n.a.
Old file New file
n.a. 36
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. org.dbunit.dataset.IDataSet build()
Status: Name:
NEW org.dbunit.dataset.DataSetException
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 61
NEW public n.a. org.dbunit.dataset.DataSetBuilder$TableBuilder table(java.lang.String)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 48
NEW public class  org.dbunit.dataset.DataSetBuilder$TableBuilder top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. org.dbunit.dataset.IDataSet build()
Status: Name:
NEW org.dbunit.dataset.DataSetException
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 126
NEW public n.a. org.dbunit.dataset.DataSetBuilder$TableBuilder columns(java.lang.String[])
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 90
NEW public n.a. org.dbunit.dataset.DataSetBuilder$TableBuilder row(java.lang.Object[])
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 103
NEW public n.a. org.dbunit.dataset.DataSetBuilder$TableBuilder table(java.lang.String)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 115
MODIFIED public class  org.dbunit.dataset.datatype.TimestampDataType top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.dataset.datatype.AbstractDataType n.a.
MODIFIED public class  org.dbunit.dataset.OrderedTableNameMap top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. java.lang.String getOriginalTableName(java.lang.String)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 256
MODIFIED public class  org.dbunit.operation.DeleteAllOperation top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.operation.AbstractOperation n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW protected n.a. java.lang.String getDeleteAllCommandSuffix(org.dbunit.database.IDatabaseConnection)
Status: Name:
NEW java.sql.SQLException
n.a.
Old file New file
n.a. 76
MODIFIED public class  org.dbunit.operation.TruncateTableOperation top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.operation.DeleteAllOperation n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW protected n.a. java.lang.String getDeleteAllCommandSuffix(org.dbunit.database.IDatabaseConnection)
Status: Name:
NEW java.sql.SQLException
n.a.
Old file New file
n.a. 73