Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 358378

Summary: Exclusions don't follow files when the files are moved
Product: [Tools] CDT Reporter: Phil Mason <pmason>
Component: cdt-coreAssignee: Project Inbox <cdt-core-inbox>
Status: NEW --- QA Contact: Jonah Graham <jonah>
Severity: normal    
Priority: P3 CC: jamesblackburn+eclipse, malaperle, yevshif
Version: 8.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
Patch that updates files exclusions move when an excluded file is moved none

Description Phil Mason CLA 2011-09-21 05:11:14 EDT
Build Identifier: I20110613-1736

If an excluded file is moved (say from one folder to another) then the exclusion gets left behind so if the file is still meant to be excluded it is necessary to reset the exclusion.

Reproducible: Always

Steps to Reproduce:
1. Create a new project
2. Create a file in src/
3. Create a folder in src/
4. Exclude the file from the build.
5. Move the file into the folder 
6. File is no longer excluded from build.
Comment 1 Phil Mason CLA 2011-09-26 07:24:51 EDT
Created attachment 204004 [details]
Patch that updates files exclusions move when an excluded file is moved

This is a patch and test for the issue.