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 84003 - incorrect preproc state could be passed for parsing file in case of complex includes
Summary: incorrect preproc state could be passed for parsing file in case of complex i...
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 5.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-01 11:21 UTC by Vladimir Voskresensky
Modified: 2008-01-18 14:42 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 Vladimir Voskresensky 2006-09-01 11:21:47 UTC
model for test_include_correcteness.cc contains nothing. Must have int i;
======
test_include_correcteness.cc:
-
#include "test_include_correcteness_deleg1.h"
#include "test_include_correcteness_deleg2.h"
----
test_include_correcteness_deleg1.h and test_include_correcteness_deleg1.h:
-
#include "test_include_correcteness.h"
----
test_include_correcteness.h:
-
#ifndef _X_
#define _X_
int i;
#endif
======
Comment 1 Vladimir Voskresensky 2006-09-01 11:34:15 UTC
schedule parsing during collecting macro map

Checking in ProjectBase.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/core/ProjectBase.java,v
 <--  ProjectBase.java
new revision: 1.2.2.3; previous revision: 1.2.2.2
done