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

--- Comment #10 from PJ Fanning <[email protected]> ---
The attachment is not a patch file - it is a very out of date java file.

I also wonder why we need to optimise the equals and hashCode. I ran some of
the XSSFWorkbook unit tests and found no evidence of repeated calls to
XSSFFont.equals.

I think it would be better to track down the use case where the excessive calls
to equals are made and to try to avoid repeated equals calls if possible.

In theory, if we have a use case for calling equals a lot on our XSSF classes,
then we have a potential issue on many other XSSF classes.

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