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 159229

Summary: Unresolved ids in files including headers with different macros
Product: cnd Reporter: nnnnnk <nnnnnk>
Component: Code ModelAssignee: nnnnnk <nnnnnk>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: soldatov
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description nnnnnk 2009-02-26 15:48:47 UTC
Example:
file1.cpp:
#define MACRO namespace N1 {
#include "newfile.h"
MACRO
      A a;
}
file2.cpp:
#define MACRO namespace N1 {
#include "newfile.h"
MACRO
      A a;
}
newfile.h:
MACRO
struct A {
    int i;
};
}
Comment 1 nnnnnk 2010-04-16 11:06:11 UTC
*** Bug 184224 has been marked as a duplicate of this bug. ***
Comment 2 nnnnnk 2010-04-16 11:07:28 UTC
*** Bug 82802 has been marked as a duplicate of this bug. ***
Comment 3 nnnnnk 2011-01-27 12:47:04 UTC

*** This bug has been marked as a duplicate of bug 194769 ***