Bug 30825 - Missing REORDERED_IN_CLASSPATH notifications
Summary: Missing REORDERED_IN_CLASSPATH notifications
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-03 12:41 EST by Jerome Lanneluc CLA
Modified: 2003-02-11 05:59 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 Jerome Lanneluc CLA 2003-02-03 12:41:37 EST
Build 20030129

1. Create Java project with 4 folders: src1, src2, src3, and src4
2. Set classpath to: src1, src2
3. Set classpath to: src2, src3, src4
Observe: You get the following delta:
	P1[*]: {CHILDREN}
		src1[*]: {REMOVED FROM CLASSPATH}
		src3[*]: {ADDED TO CLASSPATH}
		src4[*]: {ADDED TO CLASSPATH}
		ResourceDelta(/P1/.classpath)[*]

It should also contain a REORDERED_IN_CLASSPATH notification for src2.
Comment 1 Jerome Lanneluc CLA 2003-02-04 06:44:27 EST
Removed 'oldResolvedClasspathLongest' variable in 
SetClasspathOperation.generateClasspathChangeDeltas(...) and update 
RootManipulationTests to reflect this change.
Comment 2 David Audel CLA 2003-02-11 05:59:19 EST
Verified.