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

Bug 423634

Summary: VariableDeclarator initializer not correctly marked
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: 5.0   
Target Milestone: 5.0 M2   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Michael Rennie CLA 2013-12-09 15:08:42 EST
Consider the following snippet:

var obj = {
	item: function(p1, p2) {
		var foo = p1;
	}	
};

place the cursor in 'p1', notice that the assignment statement occurrence is not marked.
Comment 1 Michael Rennie CLA 2013-12-11 12:31:09 EST
Pushed fix to gerrit: https://git.eclipse.org/r/19658