https://bz.apache.org/bugzilla/show_bug.cgi?id=59769
Bug ID: 59769
Summary: Return type change of getNumCellStyles() breaks binary
compatibility
Product: POI
Version: 3.14-FINAL
Hardware: PC
Status: NEW
Severity: regression
Priority: P2
Component: SS Common
Assignee: [email protected]
Reporter: [email protected]
In r1721930 the return value of
org.apache.poi.ss.usermodel.Workbook.getNumCellStyles() (and related classes)
was changed from short to int. This breaks binary compatibility of the
interface with previous releases of POI.
Code calling this method now throws an exception:
java.lang.NoSuchMethodError:
org/apache/poi/ss/usermodel/Workbook.getNumCellStyles()S
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]