Bug 128328

Summary: C/C++ Projects view doesn't handle changes in .* files
Product: [Retired] Red Hat Developer Suite Reporter: Aaron Luchko <aaron>
Component: CDTAssignee: Tom Tromey <tromey>
Status: CLOSED UPSTREAM QA Contact: eclipse-bugs
Severity: medium Docs Contact:
Priority: medium    
Version: 2.0CC: patrickm
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-28 15:51:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Aaron Luchko 2004-07-21 19:29:38 UTC
Description of problem: 
In the C/C++ Projects view try adding/deleting/renaming a .* file in a
C/C++ project, the view will not record any change, ie if you add .foo
it won't show up, if you delete .foo it will still show up, if you
move .foo to .bar .foo will still be the displayed name for the file.
 The changes are made correctly in the file system.  I've encountered
similar behavior with files without .* names but with less certainty,
it seems to happen only once you've tried moving around .* files. 
However if you attempt the same actions on a Java Project in the C/C++
Projects view they will works as intended.


Version-Release number of selected component (if applicable): 
eclipse-cdt-2.0-4

How reproducible:
Always


Steps to Reproduce:
1. Create new C project, Standard Make Project and switch to C/C++
perspective as prompted and "C/C++ Projects" view
2. Create new File, ".foo" in project
3. Turn off filter for .* and look in project.
  
Actual results:
.foo is not listed, other .* files are (.cdtproject, .project)

Expected results:
.foo should be listed with other .* files

Additional info:
To get the changes to show up you can close and reopen the project

Comment 1 Aaron Luchko 2004-08-10 17:41:29 UTC
tracking upstream bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=71726

Comment 2 Aaron Luchko 2004-08-16 16:54:42 UTC
Was fixed upstream and will be in upstream 2.0.1

Comment 3 Aaron Luchko 2004-08-16 17:03:33 UTC
not quite yet

Comment 4 Tom Tromey 2005-09-28 15:51:48 UTC
Upstream bug fixed.