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 - Unresolved ids in files including headers with different macros
Summary: Unresolved ids in files including headers with different macros
Status: RESOLVED DUPLICATE of bug 194769
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: nnnnnk
URL:
Keywords:
: 82802 184224 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-02-26 15:48 UTC by nnnnnk
Modified: 2011-01-27 12:47 UTC (History)
1 user (show)

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-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 ***