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 100193

Summary: "Cannot file include files" assign appears when user modifies file
Product: cnd Reporter: soldatov <soldatov>
Component: -- Other --Assignee: Alexander Simon <alexvsimon>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2007-04-06 10:04:22 UTC
Steps:
- Run Netbeans with fresh user dir
- Create "C/C++ Application" project
- Add "Main C File" into project
- Modify file
- Save file
==> "Cannot file include files" assign appears and "#include <stdio.h>" and
"#include <stdlib.h>" are not resolved
Comment 1 Alexander Simon 2007-04-06 11:58:38 UTC
fixed

CVS log:

Checking in FileContainer.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/core/Attic/FileContainer.java,v
 <--  FileContainer.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Checking in LibProjectImpl.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/core/LibProjectImpl.java,v
 <--  LibProjectImpl.java
new revision: 1.1.2.7.4.22; previous revision: 1.1.2.7.4.21
done
Checking in ProjectImpl.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/core/ProjectImpl.java,v
 <--  ProjectImpl.java
new revision: 1.2.2.11.4.20; previous revision: 1.2.2.11.4.19
done
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.27.2.80; previous revision: 1.2.2.27.2.79
done
Comment 2 Alexander Pepin 2007-08-06 12:55:15 UTC
verified in 5.5.1_u1 CND build (20070802).