Comparing source compatibility of dbunit-2.5.2.jar against dbunit-2.5.1.jar
Old: dbunit-2.5.1.jar
New: dbunit-2.5.2.jar
Created: 2024-10-23T18:35:04.900-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 class  org.dbunit.dataset.Column top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. boolean hasDefaultValue()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 136
NEW public n.a. boolean isNotNullable()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 141
MODIFIED public class  org.dbunit.DefaultPrepAndExpectedTestCase top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.DBTestCase n.a.
Interfaces:
Status Interface Compatibility Changes
UNCHANGED (*) org.dbunit.PrepAndExpectedTestCase n.a.
Fields:
Status Modifier Type Field Compatibility Changes:
NEW public static final java.lang.String TEST_ERROR_MSG n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. java.lang.Object runTest(org.dbunit.VerifyTableDefinition[], java.lang.String[], java.lang.String[], org.dbunit.PrepAndExpectedTestCaseSteps)
Status: Name:
NEW java.lang.Exception
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 315
NEW public class  org.dbunit.ext.postgresql.CitextType 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. CitextType() n.a.
Old file New file
n.a. 54
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. 58
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. 63
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. 67
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. java.lang.Object runTest(org.dbunit.VerifyTableDefinition[], java.lang.String[], java.lang.String[], org.dbunit.PrepAndExpectedTestCaseSteps)
Status: Name:
NEW java.lang.Exception
Compatibility Changes:
Change
METHOD_ADDED_TO_INTERFACE
Old file New file
n.a. n.a.
NEW public abstract interface  org.dbunit.PrepAndExpectedTestCaseSteps top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public abstract n.a. java.lang.Object run()
Status: Name:
NEW java.lang.Exception
n.a.
Old file New file
n.a. n.a.
MODIFIED public abstract class  org.dbunit.util.fileloader.AbstractDataFileLoader top
Interfaces:
Status Interface Compatibility Changes
UNCHANGED (*) org.dbunit.util.fileloader.DataFileLoader n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
REMOVED protected abstract n.a. org.dbunit.dataset.IDataSet loadDataSet(java.net.URL)
Status: Name:
REMOVED org.dbunit.dataset.DataSetException
REMOVED java.io.IOException
n.a.
Old file New file
n.a. n.a.
MODIFIED public class  org.dbunit.util.fileloader.CsvDataFileLoader top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.util.fileloader.AbstractDataFileLoader n.a.
Interfaces:
Status Interface Compatibility Changes
UNCHANGED (*) org.dbunit.util.fileloader.DataFileLoader n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
MODIFIED PUBLIC (<- PROTECTED)  n.a. org.dbunit.dataset.IDataSet loadDataSet(java.net.URL)
Status: Name:
UNCHANGED org.dbunit.dataset.DataSetException
UNCHANGED java.io.IOException
n.a.
Old file New file
74 74
MODIFIED (*) public abstract interface  org.dbunit.util.fileloader.DataFileLoader top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW (*) public abstract n.a. org.dbunit.dataset.IDataSet loadDataSet(java.net.URL)
Status: Name:
NEW org.dbunit.dataset.DataSetException
NEW java.io.IOException
Compatibility Changes:
Change
METHOD_ADDED_TO_INTERFACE
Old file New file
n.a. n.a.
MODIFIED public class  org.dbunit.util.fileloader.FlatXmlDataFileLoader top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.util.fileloader.AbstractDataFileLoader n.a.
Interfaces:
Status Interface Compatibility Changes
UNCHANGED (*) org.dbunit.util.fileloader.DataFileLoader n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
MODIFIED PUBLIC (<- PROTECTED)  n.a. org.dbunit.dataset.IDataSet loadDataSet(java.net.URL)
Status: Name:
UNCHANGED org.dbunit.dataset.DataSetException
UNCHANGED java.io.IOException
n.a.
Old file New file
105 105
MODIFIED public class  org.dbunit.util.fileloader.FullXmlDataFileLoader top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.util.fileloader.AbstractDataFileLoader n.a.
Interfaces:
Status Interface Compatibility Changes
UNCHANGED (*) org.dbunit.util.fileloader.DataFileLoader n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
MODIFIED PUBLIC (<- PROTECTED)  n.a. org.dbunit.dataset.IDataSet loadDataSet(java.net.URL)
Status: Name:
UNCHANGED org.dbunit.dataset.DataSetException
UNCHANGED java.io.IOException
n.a.
Old file New file
74 74
MODIFIED public class  org.dbunit.util.fileloader.XlsDataFileLoader top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.util.fileloader.AbstractDataFileLoader n.a.
Interfaces:
Status Interface Compatibility Changes
UNCHANGED (*) org.dbunit.util.fileloader.DataFileLoader n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
MODIFIED PUBLIC (<- PROTECTED)  n.a. org.dbunit.dataset.IDataSet loadDataSet(java.net.URL)
Status: Name:
UNCHANGED org.dbunit.dataset.DataSetException
UNCHANGED java.io.IOException
n.a.
Old file New file
75 75