| Summary: | Find Refs: Matches sometimes are not assigned with confidence. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | libing wang <libingw> |
| Component: | JS Tools | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 10.0 | ||
| Target Milestone: | 10.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
libing wang
Good catch. This is because the callee property of the CallExpression is a MemberExpression (a somewhat common pattern) and we do not unwind the expression to check the base property name. Part of the commit http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=88337d56f0d211b31af440d4dc5f10e60bf30817 added support to default to setting the category to 'partial' if no other category has been set on the match. marking this fixed. |