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

--- Comment #9 from Mark Struberg <strub...@apache.org> ---
> It's not used in SimpleNode#equals, for instance.

Oki, in that case please leave the hashCode() check!

Reason: the hashCode is internally cached as far as I've seen. So if you can
quickly find NON matching nodes you are much faster. Expecially since the
non-equals case is obviously much more often the case than equals.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to