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 138833 - Regression in completion. Context foo(&var);
Summary: Regression in completion. Context foo(&var);
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: nnnnnk
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-07-02 16:16 UTC by Alexander Simon
Modified: 2008-07-02 18:50 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-07-02 16:16:51 UTC
Code example:
int foo(int i){
    int var;
    foo(var);
    foo(&var);
}
Variable var in context "(&var)" is not resolved.
Comment 1 nnnnnk 2008-07-02 18:50:02 UTC
fixed
http://hg.netbeans.org/main/rev/1af746766865