https://issues.apache.org/bugzilla/show_bug.cgi?id=56914
Bug ID: 56914
Summary: XSSFRowShifter.updateConditionalFormatting throws
IOOBE when there are more than 1
CTConditionalFormatting
Product: POI
Version: 3.11-dev
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
The iteration done over the sheet's CTConditionalFormatting objects possibly
uses ctWorksheet.removeConditionalFormatting(j), but does not update the
iteration index j.
For example, if there are 2 CTConditionalFormatting objects, and the first
iteration removes it (at index 0), the second one fails to get it, since index
1 is already out of bounds.
--
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]