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=20819>.
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=20819

Errors in NodeSet.java removeElement and removeElementAt





------- Additional Comments From [EMAIL PROTECTED]  2003-06-16 19:48 -------
Did a quick check of the code, and it looks like the bug was never found because 
these methods are never invoked from the rest of Xalan. (removeElement is called 
from removeNode, but that's unused. removeElementAt is not called by anyone, as 
far as I and Eclipse can tell.)

We may want to think about whether it makes more sense to repair them or discard 
them. The latter reduces our code-size and maintainance overhead.

Compromise: Repair them, then comment them out until/unless we need them?

Reply via email to