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 97780 - Code completion returns global context after dereferencing pointers
Summary: Code completion returns global context after dereferencing pointers
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-13 20:20 UTC by dnikitin
Modified: 2007-05-25 18:07 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 dnikitin 2007-03-13 20:20:11 UTC
Code completion returns global context after dereferencing pointers

for example see Quote sample project 
  quote.cc (50:28)
  (*pMasterNameList).DisplayList();
Comment 1 dnikitin 2007-03-13 20:26:32 UTC
more exectly:
  *pClassname.  <- it is ok
but
  (*pClassname).  <- return global context
Comment 2 Vladimir Voskresensky 2007-03-14 17:28:43 UTC

*** This issue has been marked as a duplicate of 97405 ***
Comment 3 Vladimir Voskresensky 2007-03-14 17:42:42 UTC
let it be open
Comment 4 Vladimir Voskresensky 2007-03-30 15:12:48 UTC
fixed:
- support dereferencing pointers

cvs log:
Checking in CsmCompletionQuery.java;
/shared/data/ccvs/repository/cnd/completion/src/org/netbeans/modules/cnd/completion/cplusplus/ext/CsmCompletionQuery.java,v
 <--  CsmCompletionQuery.java
new revision: 1.2.2.15.2.14; previous revision: 1.2.2.15.2.13
done
Checking in CsmCompletionTokenProcessor.java;
/shared/data/ccvs/repository/cnd/completion/src/org/netbeans/modules/cnd/completion/cplusplus/ext/CsmCompletionTokenProcessor.java,v
 <--  CsmCompletionTokenProcessor.java
new revision: 1.2.2.1.6.10; previous revision: 1.2.2.1.6.9
done