Bug 3250 - JavaProject.retrieveResource picks first removed child delta (1GCV7PQ)
Summary: JavaProject.retrieveResource picks first removed child delta (1GCV7PQ)
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:52 EDT by Nick Edgar CLA
Modified: 2002-01-14 11:08 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.