History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ANTLR-145
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jim Idle
Reporter: Jim Idle
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ANTLR v3

Error reporting stops after two exceptions beause of followSet bug

Created: 19/Jun/07 09:07 AM   Updated: 02/Jun/08 11:37 AM  Due: 24/Jun/07
Component/s: C Target
Affects Version/s: 3.0
Fix Version/s: 3.0

Environment: Any platform.


 Description  « Hide
   newFollow->remove(follow, ANTLR3_EOR_TOKEN_TYPE);

   should be changed to:

   newFollow->remove(newFollow, ANTLR3_EOR_TOKEN_TYPE);


 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Jim Idle - 19/Jun/07 05:58 PM
Typo corrected in followSet handler.