Comparing source compatibility of dbunit-2.5.4.jar against dbunit-2.5.3.jar
Old: dbunit-2.5.3.jar
New: dbunit-2.5.4.jar
Created: 2024-10-23T18:35:04.501-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 abstract class  org.dbunit.ant.AbstractStep top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.apache.tools.ant.ProjectComponent n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
REMOVED (!) protected n.a. org.dbunit.dataset.IDataSet getDatabaseDataSet(org.dbunit.database.IDatabaseConnection, java.util.List, boolean)
Status: Name:
REMOVED org.dbunit.DatabaseUnitException
Compatibility Changes:
Change
METHOD_REMOVED
Old file New file
81 n.a.
NEW protected n.a. org.dbunit.dataset.IDataSet getDatabaseDataSet(org.dbunit.database.IDatabaseConnection, java.util.List)
Status: Name:
NEW org.dbunit.DatabaseUnitException
n.a.
Old file New file
n.a. 79
UNCHANGED (!) public class  org.dbunit.ant.Compare top
Compatibility Changes:
Change
METHOD_REMOVED_IN_SUPERCLASS
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.ant.AbstractStep n.a.
UNCHANGED (!) public class  org.dbunit.ant.Export top
Compatibility Changes:
Change
METHOD_REMOVED_IN_SUPERCLASS
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.ant.AbstractStep n.a.
UNCHANGED (!) public class  org.dbunit.ant.Operation top
Compatibility Changes:
Change
METHOD_REMOVED_IN_SUPERCLASS
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.ant.AbstractStep n.a.
MODIFIED public class  org.dbunit.database.QueryTableIterator top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. boolean nextWithoutClosing()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 101
MODIFIED public class  org.dbunit.dataset.datatype.BytesDataType top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.dbunit.dataset.datatype.AbstractDataType n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. byte[] loadFile(java.lang.String)
Status: Name:
NEW java.io.IOException
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 81
NEW public n.a. byte[] loadURL(java.lang.String)
Status: Name:
NEW java.io.IOException
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 87