DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20769>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20769

several classes implement equals but not hashcode

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|IDREFS equals() requires    |several classes implement
                   |identical order of          |equals but not hashcode
                   |references                  |



------- Additional Comments From [EMAIL PROTECTED]  2003-06-13 22:27 -------
Patch fixes several related problems:

1. classes that implement equals() must implement hashCode();

2. some classes were implementing toString() with expensive string.concat
operations instead of using stringbuffers;

3. some equals() implementations (NCNames, IDRefs) were enforcing order
constraints not defined by the schema/xml specs

Reply via email to