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

Summary: *Code Model* investigate reparsing conditions
Product: cnd Reporter: Vladimir Voskresensky <vv159170>
Component: Code ModelAssignee: Vladimir Voskresensky <vv159170>
Status: CLOSED INVALID    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

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