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

NullPointerException when compile with xsltc, fix(es) provided.





------- Additional Comments From [EMAIL PROTECTED]  2003-07-10 18:08 -------
William,
your second suggestion looks right to me.  You are correct.  You can't both 
remove the elementAt(i) and increment i because the removal from the underlying 
Vector shifts all the rest over.  One should either remove or increment i, but 
not both.

Thanks for this one.  I've turned your text into a patch.  If you are happy 
with the patch, and you should be because its yours, then I'll commit it to 
Apache.  It has already passed the smoke and conformance tests for XSLTC.

Regards,
Brian Minchau

Reply via email to