| Summary: | Incorrect reference marked in function declaration | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 5.0 M2 | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Michael Rennie
I also found that we are marking member expression ids twice.
Consider the following example:
var foo = {};
foo.bar = 4; <-- carat on 'foo'
We end up marking the 'foo' in foo.bar twice - once from checking the assignment expression and once from checking the member expression
Fixed in master: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=b9ee8215d018997dc63f42a0ff197471a67c13d4 + new tests |