Comparing source compatibility of dbunit-2.7.3.jar against dbunit-2.7.2.jar
Old: dbunit-2.7.2.jar
New: dbunit-2.7.3.jar
Created: 2024-10-23T18:35:03.245-0500
Access modifier filter: PROTECTED
Only modifications: true
Only binary incompatible modifications: false
Ignore missing classes: true
Includes: all
Excludes: n.a.
Semantic Versioning: 1.0.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 class  org.dbunit.ant.Operation top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.ant.AbstractStep n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. void addConfiguredFileset(org.apache.tools.ant.types.FileSet)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 96
MODIFIED (!) public n.a. java.io.File[] (<- java.io.File getSrc()
Compatibility Changes:
Change
METHOD_RETURN_TYPE_CHANGED
Old file New file
70 79
NEW public n.a. boolean isCombine()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 119
NEW public n.a. void setCombine(boolean)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 124
NEW public n.a. void setSrc(java.io.File[])
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 84
NEW public class  org.dbunit.assertion.comparer.value.IsActualNotNullValueComparer 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. IsActualNotNullValueComparer() n.a.
Old file New file
n.a. 14
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW protected n.a. java.lang.String getFailPhrase() n.a.
Old file New file
n.a. 37
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. 25
NEW protected n.a. java.lang.String makeFailMessage() n.a.
Old file New file
n.a. 30
NEW public class  org.dbunit.assertion.comparer.value.IsActualNullValueComparer 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. IsActualNullValueComparer() n.a.
Old file New file
n.a. 14
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW protected n.a. java.lang.String getFailPhrase() n.a.
Old file New file
n.a. 37
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. 25
NEW protected n.a. java.lang.String makeFailMessage() n.a.
Old file New file
n.a. 30
MODIFIED (!) public class  org.dbunit.ext.oracle.OracleClobDataType top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.dataset.datatype.ClobDataType n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
REMOVED (!) protected n.a. void freeTemporaryClob(oracle.sql.CLOB)
Status: Name:
REMOVED org.dbunit.dataset.datatype.TypeCastException
Compatibility Changes:
Change
METHOD_REMOVED
Old file New file
109 n.a.
UNCHANGED (!) public class  org.dbunit.ext.oracle.OracleNClobDataType top
Compatibility Changes:
Change
METHOD_REMOVED_IN_SUPERCLASS
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.ext.oracle.OracleClobDataType n.a.