Bug 3250

Summary: JavaProject.retrieveResource picks first removed child delta (1GCV7PQ)
Product: [Eclipse Project] JDT Reporter: Nick Edgar <n.a.edgar>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: All   
OS: Windows 2000   
Whiteboard:

Description Nick Edgar CLA 2001-10-10 22:52:00 EDT
In JavaProject.retrieveResource(IPath, IResourceDelta), if it couldn't find res,
it looks through the child deltas for a removed one, and picks the first.
This may not correspond to the given path.  It could be any child.

NOTES:

NE (04/27/01 7:35:43 PM)
	Not sure how this is intended to work, so I did not change it myself.

PM (4/30/2001 1:32:28 PM)
	Suspect this only works for removed package fragment roots (known to be direct children).
Comment 1 DJ Houghton CLA 2001-10-23 23:52:56 EDT
PRODUCT VERSION:
100

Comment 2 Jerome Lanneluc CLA 2001-12-11 05:21:12 EST
Closing as the delta processing as been rewritten since 100 and this method 
doesn't exist any longer.