Comparing source compatibility of dbunit-2.5.1.jar against dbunit-2.5.0.jar
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 (*).
Fields:
Status |
Modifier |
Type |
Field |
Compatibility Changes: |
NEW |
public
static
final
|
java.lang.String |
FEATURE_ALLOW_EMPTY_FIELDS |
n.a. |
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) |
|
|
Old file |
New file |
140
|
n.a.
|
|
NEW |
static
protected
|
n.a. |
org.apache.poi.ss.usermodel.CellStyle |
createDateCellStyle(org.apache.poi.ss.usermodel.Workbook) |
|
n.a. |
Old file |
New file |
n.a.
|
140
|
|
NEW |
protected
|
n.a. |
org.apache.poi.ss.usermodel.Workbook |
createWorkbook() |
|
n.a. |
Old file |
New file |
n.a.
|
262
|
|
REMOVED (!) |
protected
|
n.a. |
void |
setDateCell(org.apache.poi.hssf.usermodel.HSSFCell, java.util.Date, org.apache.poi.hssf.usermodel.HSSFWorkbook) |
|
|
Old file |
New file |
153
|
n.a.
|
|
NEW |
protected
|
n.a. |
void |
setDateCell(org.apache.poi.ss.usermodel.Cell, java.util.Date, org.apache.poi.ss.usermodel.Workbook) |
|
n.a. |
Old file |
New file |
n.a.
|
153
|
|
REMOVED (!) |
protected
|
n.a. |
void |
setNumericCell(org.apache.poi.hssf.usermodel.HSSFCell, java.math.BigDecimal, org.apache.poi.hssf.usermodel.HSSFWorkbook) |
|
|
Old file |
New file |
211
|
n.a.
|
|
NEW |
protected
|
n.a. |
void |
setNumericCell(org.apache.poi.ss.usermodel.Cell, java.math.BigDecimal, org.apache.poi.ss.usermodel.Workbook) |
|
n.a. |
Old file |
New file |
n.a.
|
211
|
|