Bug 211290

Summary: Wrong delta renaming .classpath file
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: eric_jodet
Version: 3.4   
Target Milestone: 3.4 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Proposed fix and regression test none

Description Jerome Lanneluc CLA 2007-11-28 13:16:44 EST
I20071127-0800

1. Create a Java project separating source and class files
2. Deselect the filtering of *.resources in the Package Explorer
3. Rename .classpath to .classpath2
Observe: The Package Explorer still shows 'src' as a source folder and the JRE is still present.

This is because the Java delta doesn't indicate that the classpath has changed:
Java Model[*]: {CHILDREN}
	Test[*]: {CONTENT}
		ResourceDelta(/Test/.classpath)[-]
		ResourceDelta(/Test/.classpath2)[+]
Comment 1 Jerome Lanneluc CLA 2007-11-29 06:47:14 EST
Created attachment 84052 [details]
Proposed fix and regression test
Comment 2 Jerome Lanneluc CLA 2007-11-29 09:10:30 EST
Fix and test released for 3.4M4
Comment 3 Eric Jodet CLA 2007-12-12 10:25:54 EST
Verified for 3.4 M4 using build I20071211-0010