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 151779 - Unresolved ids after #error
Summary: Unresolved ids after #error
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-29 19:49 UTC by nnnnnk
Modified: 2009-03-06 16:29 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 2008-10-29 19:49:44 UTC
Example:
#if 1
#error error
#endif

int i; // unresolved
Comment 1 Alexey Vladykin 2009-03-06 16:29:55 UTC
After fixing issue 138958 all code after #error is inactive, without any unresolved ids.