https://issues.apache.org/bugzilla/show_bug.cgi?id=46368

           Summary: HSSFRichTextString.length() returns negative value if
                    length > max
           Product: POI
           Version: 3.2-FINAL
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P4
         Component: HSSF
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


If the length of a HSSFRichTextString object is > 32767, then a call to the
length() method returns a negative value = 32767 - length.

Though this isn't a big deal if it's expected behavior, it would be great to
either change the method or update the Javadocs to specify this behavior.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]

Reply via email to