Bug 30224 - No JavaElement delta when renaming non-Java project
Summary: No JavaElement delta when renaming non-Java project
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-25 14:51 EST by Erich Gamma CLA
Modified: 2003-02-06 12:21 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 Erich Gamma CLA 2003-01-25 14:51:21 EST
Setup: PackageExplorer showing non-Java projects
1) select the non-Java project
2) rename
->no JavaElementDelta is sent out
Comment 1 Jerome Lanneluc CLA 2003-01-26 10:42:28 EST
Problem was in JavaModelManager.mergeDeltas() that would not merge 
ResourceDeltas when directly under the root.

Fixed and added regression test JavaElementDeltaTests.testRenameNonJavaProject()
Comment 2 Erich Gamma CLA 2003-01-26 16:15:34 EST
verified (great turnaround!)
Comment 3 David Audel CLA 2003-02-06 12:21:31 EST
Verified.