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 164214 - Unresolved ids in global usage of static functions from parent classes
Summary: Unresolved ids in global usage of static functions from parent classes
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: nnnnnk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-30 14:48 UTC by nnnnnk
Modified: 2012-05-23 09: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-04-30 14:48:16 UTC
Example:
struct A {
    static int foo() {
        return 0;
    }
};

struct B : public A {
};

int i = B::foo();
Comment 1 nnnnnk 2012-05-23 09:38:52 UTC
fixed somewhere in time.