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=8526>. 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=8526 AttributesImpl fails when setting an empty list of Attributes Summary: AttributesImpl fails when setting an empty list of Attributes Product: Xerces-J Version: CVS extract Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: JAXP AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] when you call (as proposed by the spec): newAttributes = new AttributesImpl(attr); and the Attributes are empty (not null) it leads to an creation of an array with size 0 which seems to be really bad. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
