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

Summary: CsmReference gets wrong owner
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: Code CompletionAssignee: Vladimir Voskresensky <vv159170>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 109619    

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