This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 133230 - CsmReference gets wrong owner
Summary: CsmReference gets wrong owner
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks: 109619
  Show dependency tree
 
Reported: 2008-04-18 18:34 UTC by Alexander Simon
Modified: 2010-04-27 16:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2008-04-18 18:34:59 UTC
CsmReference.getOwner() method should get closest object.
For example:
----------
foo();
----------
Owner of reference on foo should be function call expression.
Reference gets expression statement.

P2 because bug blocks call graph development.
Comment 1 Vladimir Voskresensky 2009-09-25 14:06:22 UTC
consider for the next release due to lack of resources
Comment 2 Vladimir Voskresensky 2010-04-27 16:40:20 UTC
call graph used other ways to get what it needs