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.
Classes:
| Status | Fully Qualified Name |
| MODIFIED | org.dbunit.ant.DbUnitTask |
| MODIFIED | org.dbunit.database.DatabaseConfig |
| MODIFIED (!) | org.dbunit.dataset.excel.XlsDataSetWriter |
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
MODIFIED
public
class
org.dbunit.ant.DbUnitTask
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.tools.ant.Task | n.a. |
MODIFIED
public
class
org.dbunit.database.DatabaseConfig
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | java.lang.String | FEATURE_ALLOW_EMPTY_FIELDS | n.a. |
MODIFIED (!)
public
class
org.dbunit.dataset.excel.XlsDataSetWriter
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static protected | n.a. | org.apache.poi.hssf.usermodel.HSSFCellStyle | createDateCellStyle(org.apache.poi.hssf.usermodel.HSSFWorkbook) |
Compatibility Changes:
|
|
|||||||
| NEW | static protected | n.a. | org.apache.poi.ss.usermodel.CellStyle | createDateCellStyle(org.apache.poi.ss.usermodel.Workbook) | n.a. |
|
|||||||
| NEW | protected | n.a. | org.apache.poi.ss.usermodel.Workbook | createWorkbook() | n.a. |
|
|||||||
| REMOVED (!) | protected | n.a. | void | setDateCell(org.apache.poi.hssf.usermodel.HSSFCell, java.util.Date, org.apache.poi.hssf.usermodel.HSSFWorkbook) |
Compatibility Changes:
|
|
|||||||
| NEW | protected | n.a. | void | setDateCell(org.apache.poi.ss.usermodel.Cell, java.util.Date, org.apache.poi.ss.usermodel.Workbook) | n.a. |
|
|||||||
| REMOVED (!) | protected | n.a. | void | setNumericCell(org.apache.poi.hssf.usermodel.HSSFCell, java.math.BigDecimal, org.apache.poi.hssf.usermodel.HSSFWorkbook) |
Compatibility Changes:
|
|
|||||||
| NEW | protected | n.a. | void | setNumericCell(org.apache.poi.ss.usermodel.Cell, java.math.BigDecimal, org.apache.poi.ss.usermodel.Workbook) | n.a. |
|

