https://bz.apache.org/bugzilla/show_bug.cgi?id=63373
Bug ID: 63373
Summary: XSSFConditionalFormattingThreshold.getRangeType will
cause NullPointException if the type is "formula"
Product: POI
Version: 4.0.x-dev
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
This function will call RangeType.byName("formula"), in which will traverse all
the RangeType enum strings. But one of them is "UNALLOCATED(6, null)" which is
behind the formula enum "FORMULA(7, "formula")". When calling
null.equals("formula") the exception throws.
--
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]