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-06-02T16:35:21.507-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.AbstractSteptop
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
REMOVED (!)protected org.dbunit.dataset.IDataSetgetDatabaseDataSet(org.dbunit.database.IDatabaseConnection,java.util.List,boolean)
Status:Name:
REMOVEDorg.dbunit.DatabaseUnitException
Change
METHOD_REMOVED
Old fileNew file
81n.a.
NEWprotected org.dbunit.dataset.IDataSetgetDatabaseDataSet(org.dbunit.database.IDatabaseConnection,java.util.List)
Status:Name:
NEWorg.dbunit.DatabaseUnitException
n.a.
Old fileNew file
n.a.79
UNCHANGED (!) public class org.dbunit.ant.Comparetop
Compatibility Changes:
Change
METHOD_REMOVED_IN_SUPERCLASS
UNCHANGED (!) public class org.dbunit.ant.Exporttop
Compatibility Changes:
Change
METHOD_REMOVED_IN_SUPERCLASS
UNCHANGED (!) public class org.dbunit.ant.Operationtop
Compatibility Changes:
Change
METHOD_REMOVED_IN_SUPERCLASS
MODIFIED public class org.dbunit.database.QueryTableIteratortop
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
NEWpublic booleannextWithoutClosing()n.a.
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old fileNew file
n.a.101
MODIFIED public class org.dbunit.dataset.datatype.BytesDataTypetop
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
NEWpublic byte[]loadFile(java.lang.String)
Status:Name:
NEWjava.io.IOException
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old fileNew file
n.a.81
NEWpublic byte[]loadURL(java.lang.String)
Status:Name:
NEWjava.io.IOException
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old fileNew file
n.a.87