DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27429>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27429 last() breaks nodeset position [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |PatchAvailable ------- Additional Comments From [EMAIL PROTECTED] 2004-03-19 18:56 ------- When last() function is called, the code traverses a cloned itereator and maintains the status of the original iterator. So when clone a UnionPathIterator, the code should clone the contained location path iterators too. This piece of clone code was removed during the Redundent Expression Elimination work. Reverse this change.
