You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2016/06/29 15:06:59 UTC

[Bug 59769] Return type change of getNumCellStyles() breaks binary compatibility

https://bz.apache.org/bugzilla/show_bug.cgi?id=59769

Javen O'Neal <on...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
                 OS|                            |All
             Status|NEW                         |RESOLVED

--- Comment #1 from Javen O'Neal <on...@apache.org> ---
This change was intentional to unify XSSF and HSSF while avoiding overflow bugs
due to lack of unsigned datatypes. As this is a better nd not a setter, there
was no way for us to make this change gradually without breaking binary
compatibility.

This doesn't break source compatibility since shorts can be implicitly cast to
ints.

You unfortunately may need to recompile your project.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org