https://bz.apache.org/bugzilla/show_bug.cgi?id=58254
Bug ID: 58254
Summary: Inconsistent documentation with CellFormatResult.text
Product: POI
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: SS Common
Assignee: [email protected]
Reporter: [email protected]
According to the JavaDocs, CellFormatResult.text may never be null. However,
there's nothing in the constructor that guarentees this.
https://poi.apache.org/apidocs/org/apache/poi/ss/format/CellFormatResult.html
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/format/CellFormatResult.java
Either the documentation needs to be updated or the constructor needs to throw
an IllegalArgumentException if the passed-in text parameter is
null.IllegalArgumentException
--
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]