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 159062 - Unresolved enumerators in enum typedef
Summary: Unresolved enumerators in enum typedef
Status: RESOLVED DUPLICATE of bug 162745
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 14:27 UTC by nnnnnk
Modified: 2009-04-16 12:59 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-02-24 14:27:53 UTC
Example:
struct A {
    typedef enum {
        xml_archive_parsing_error, // unresolved
        xml_archive_tag_mismatch,
        xml_archive_tag_name_error
    } exception_code;
};
Comment 1 nnnnnk 2009-03-03 12:27:30 UTC
Less than 20 unresolved ids on Boost 
Comment 2 nnnnnk 2009-04-16 12:59:56 UTC

*** This issue has been marked as a duplicate of 162745 ***