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

Summary: Unresolved ids after #error
Product: cnd Reporter: nnnnnk <nnnnnk>
Component: Code ModelAssignee: issues@cnd <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.