Comparing source compatibility of dbunit-3.1.0-SNAPSHOT.jar against dbunit-3.0.0.jar
Old: dbunit-3.0.0.jar
New: dbunit-3.1.0-SNAPSHOT.jar
Created: 2026-05-06T03:23:37.330+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.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 (*).
NEW public class  org.dbunit.assertion.comparer.value.IsActualGreaterThanExpectedWithIgnoreMillisValueComparer top
Compatibility Changes:
Change
INTERFACE_ADDED
Superclass:
Status Superclass Compatibility Changes
NEW org.dbunit.assertion.comparer.value.TimestampIgnoreMillisValueComparerBase n.a.
Interfaces:
Status Interface Compatibility Changes
NEW org.dbunit.assertion.comparer.value.ValueComparer n.a.
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
NEW public n.a. IsActualGreaterThanExpectedWithIgnoreMillisValueComparer() n.a.
Old file New file
n.a. 13
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW protected n.a. boolean compareTimestamps(org.dbunit.dataset.datatype.DataType, long, long)
Status: Name:
NEW org.dbunit.dataset.datatype.TypeCastException
n.a.
Old file New file
n.a. 21
NEW protected n.a. java.lang.String getFailPhrase() n.a.
Old file New file
n.a. 27
NEW public class  org.dbunit.assertion.comparer.value.IsActualGreaterThanOrEqualToExpectedWithIgnoreMillisValueComparer top
Compatibility Changes:
Change
INTERFACE_ADDED
Superclass:
Status Superclass Compatibility Changes
NEW org.dbunit.assertion.comparer.value.TimestampIgnoreMillisValueComparerBase n.a.
Interfaces:
Status Interface Compatibility Changes
NEW org.dbunit.assertion.comparer.value.ValueComparer n.a.
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
NEW public n.a. IsActualGreaterThanOrEqualToExpectedWithIgnoreMillisValueComparer() n.a.
Old file New file
n.a. 13
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW protected n.a. boolean compareTimestamps(org.dbunit.dataset.datatype.DataType, long, long)
Status: Name:
NEW org.dbunit.dataset.datatype.TypeCastException
n.a.
Old file New file
n.a. 21
NEW protected n.a. java.lang.String getFailPhrase() n.a.
Old file New file
n.a. 27
NEW public abstract class  org.dbunit.assertion.comparer.value.TimestampIgnoreMillisValueComparerBase top
Compatibility Changes:
Change
INTERFACE_ADDED
Superclass:
Status Superclass Compatibility Changes
NEW org.dbunit.assertion.comparer.value.ValueComparerTemplateBase n.a.
Interfaces:
Status Interface Compatibility Changes
NEW org.dbunit.assertion.comparer.value.ValueComparer n.a.
Constructors:
Status Modifier Generic Templates Constructor Exceptions Compatibility Changes: Line Number
NEW public n.a. TimestampIgnoreMillisValueComparerBase() n.a.
Old file New file
n.a. 21
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW protected n.a. long convertValueToTimeInMillis(java.lang.Object) n.a.
Old file New file
n.a. 87
NEW protected n.a. boolean isExpected(org.dbunit.dataset.ITable, org.dbunit.dataset.ITable, int, java.lang.String, org.dbunit.dataset.datatype.DataType, java.lang.Object, java.lang.Object)
Status: Name:
NEW org.dbunit.DatabaseUnitException
n.a.
Old file New file
n.a. 34
NEW protected n.a. boolean isExpectedWithNull(java.lang.Object, java.lang.Object) n.a.
Old file New file
n.a. 51
NEW protected n.a. boolean isExpectedWithoutNull(org.dbunit.dataset.datatype.DataType, java.lang.Object, java.lang.Object)
Status: Name:
NEW org.dbunit.dataset.datatype.TypeCastException
n.a.
Old file New file
n.a. 66
MODIFIED public class  org.dbunit.DefaultPrepAndExpectedTestCase top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.DBTestCase n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW protected n.a. java.lang.Object runTestSteps(org.dbunit.PrepAndExpectedTestCaseSteps)
Status: Name:
NEW java.lang.Exception
n.a.
Old file New file
n.a. 245
MODIFIED public class  org.dbunit.ext.oracle.OracleXMLTypeDataType top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.dataset.datatype.BlobDataType n.a.