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

Bug 480700

Summary: [refs] Properly categorize control statement uses
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Silenio_Quarti, steve_northover
Version: 10.0   
Target Milestone: 10.0   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2015-10-26 16:40:07 EDT
The ref categorization code needs to consider var / member expression uses in control statements like while, for, with, etc
Comment 1 Michael Rennie CLA 2015-10-26 17:20:29 EDT
Added support for control statements that reference identifiers:

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=dd1ecd652a2399ae2e992e997f21ccbbae0620ad

I still have to finish support for member expressions being used in the same scenarios (where member expressions are allowed)
Comment 2 Michael Rennie CLA 2015-11-03 10:33:34 EST
(In reply to Michael Rennie from comment #1)
> I still have to finish support for member expressions being used in the same
> scenarios (where member expressions are allowed)

This was fixed with other support around member expression support (bug 480514)

Closing fixed.