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 2015/10/29 13:27:20 UTC

[Bug 58563] XSSFRichTextString does not implement equals, but HSSFRichTextString does

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

David North <dt...@corefiling.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from David North <dt...@corefiling.co.uk> ---
What sort of equality did you have in mind?

* XSSFRichTextString comparable to other XSSFRichTextString (only)
* XSSFRichTextString comparable to HSSFRichTextString

It looks like the HSSF equality is in terms of the string characters
themselves, and not the fonts. i.e. it's roughly equivalent to comparing
getString() values.

Potentially we could make both sorts comparable on the basis of getString().

-- 
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