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 - "Cannot file include files" assign appears when user modifies file
Summary: "Cannot file include files" assign appears when user modifies file
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-06 10:04 UTC by soldatov
Modified: 2007-08-06 12:55 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 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).