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 93429 - *Code Model* investigate reparsing conditions
Summary: *Code Model* investigate reparsing conditions
Status: CLOSED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-29 12:38 UTC by Vladimir Voskresensky
Modified: 2008-01-22 12:07 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2007-01-29 12:38:33 UTC
During ddd and mysql initial parsing with options
-J-Dcnd.clean.macros.after.parse=true  -J-Dcnd.remember.restored=true there are
summary:
DDD:
the number of restored files 4
#0:/export/home/vv159170/Projects/sfbay/ddd-3.3.11/ddd/vsl-lex.C[H]
#1:/export/home/vv159170/Projects/sfbay/ddd-3.3.11/ddd/vsl-gramma.C[H]
#2:/export/home/vv159170/Projects/sfbay/ddd-3.3.11/ddd/rxscan.C[H]
#3:/export/home/vv159170/Projects/sfbay/ddd-3.3.11/ddd/xlibdir.C[H]

MySQL
the number of restored files 7
#0:/export/home/vv159170/Projects/sfbay/mysql-5.0.18/client/log_event.cc[H]
#1:/export/home/vv159170/Projects/sfbay/mysql-5.0.18/client/my_decimal.cc[H]
#2:/export/home/vv159170/Projects/sfbay/mysql-5.0.18/client/decimal.c[H]
#3:/export/home/vv159170/Projects/sfbay/mysql-5.0.18/cmd-line-utils/readline/emacs_keymap.c[H]
#4:/export/home/vv159170/Projects/sfbay/mysql-5.0.18/cmd-line-utils/readline/vi_keymap.c[H]
#5:/export/home/vv159170/Projects/sfbay/mysql-5.0.18/innobase/mem/mem0dbg.c[H]
#6:/export/home/vv159170/Projects/sfbay/mysql-5.0.18/sql/mysqld.cc[H]
Comment 1 Vladimir Voskresensky 2007-03-03 09:21:47 UTC
the idea of this issue is investigate, why C/C++ files (source files) are marked
as restored headers
Comment 2 Vladimir Voskresensky 2007-05-04 16:11:19 UTC
the investigation shew that this C files are #include'ed into other files =>
it's OK to restore them