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 160677 - Unresolved members of global variables in global context
Summary: Unresolved members of global variables in global context
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: nnnnnk
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2009-03-19 18:21 UTC by nnnnnk
Modified: 2009-03-21 08:38 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 nnnnnk 2009-03-19 18:21:15 UTC
Example:
struct A {
    int i;
};
A a;
int init_vars[]= {
  a.i
};
int main() {
    return 0;
}
Comment 2 Quality Engineering 2009-03-21 08:38:03 UTC
Integrated into 'main-golden', will be available in build *200903210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8d9994a8ba85
User: Nick N. Krasilnikov <nnnnnk@netbeans.org>
Log: fixed IZ#160677 : Unresolved members of global variables in global context