This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[GJC-21] Get is not working when inside a loop. Very bizarre behaviour. It gets the next one.
Created: Sun, 4 Jul 2004 22:14:56 -0700 (PDT)  Updated: Sun, 4 Jul 2004 22:16:25 -0700 (PDT)

Status:Closed
Project:Genjava
Component/s:gj-scrape
Affects Version/s:scrape-2.0
Fix Version/s:scrape-2.0.1

Type:BugPriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Fixed 
Environment:


 Description   
Looping with move and calling get seems to return the next tag, not the tag you wanted.
Comment by bayard [ Sun, 4 Jul 2004 22:16:25 -0700 (PDT) ]
Looks like a bug that slipped in during the rewrite to indexes. An idx++, meant when you moved to tag, you in fact went just passed the <.
Unit test added, and fixed.