Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 514033

Summary: [json] JSON AST visitor misses some nodes while walking the tree
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 13.0   
Target Milestone: 15.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Michael Rennie CLA 2017-03-21 22:33:48 EDT
The visitor we use for visiting JSON ASTs can miss some nodes while walking the tree - we have to make sure we always visit all nodes and leave it up to the caller to decide when to stop walking the tree.