| Summary: | VariableDeclarator initializer not correctly marked | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | 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: | |||
Pushed fix to gerrit: https://git.eclipse.org/r/19658 |
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.