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

Summary: Unresolved ids in global usage of static functions from parent classes
Product: cnd Reporter: nnnnnk <nnnnnk>
Component: Code ModelAssignee: nnnnnk <nnnnnk>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.