| Summary: | Function Calls are in wrong categories | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Steve Northover <steve_northover> | ||||
| Component: | JS Tools | Assignee: | 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: |
|
||||||
NOTE: There is only a single isSwept() in the world. We should take this into account and make matches be 100%. 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. |
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)