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

Bug 480514

Summary: Function Calls are in wrong categories
Product: [ECD] Orion Reporter: Steve Northover <steve_northover>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Michael_Rennie
Version: unspecified   
Target Milestone: 10.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
Items in wrong categories none

Description Steve Northover CLA 2015-10-23 11:14:40 EDT
Created attachment 257466 [details]
Items in wrong categories

1) get minesweeper-require
2) open board.js
3) click on the function declaration of isSwept()
4) Tools->References->Projects
5) BUG: isSwept() call are in the wrong categories (see attachment)

Property Access is wrong (there are two calls to isSwept())
Partial Matches is wrong (board.isSwept() is a real call)
Comment 1 Steve Northover CLA 2015-10-23 11:16:11 EDT
NOTE:  There is only a single isSwept() in the world.  We should take this into account and make matches be 100%.
Comment 2 Michael Rennie CLA 2015-10-26 16:36:46 EDT
Fixed in:

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

I also added support for var / prop / member expression categorization in binary expressions.