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

Bug 427836

Summary: [occurrences] Incorrect handling of NewExpression
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: mamacdon
Version: unspecified   
Target Milestone: 5.0 RC1   
Hardware: PC   
OS: Mac OS X   
Whiteboard:
Attachments:
Description Flags
fix none

Description Michael Rennie CLA 2014-02-10 14:18:00 EST
Consider the following snippet:

var foo = [];
function f1() {};
var bar = new f1(foo);

select 'foo' - it is not marked correctly
Comment 1 Michael Rennie CLA 2014-02-10 22:10:28 EST
Created attachment 239808 [details]
fix