Bug 6687 - Wrong JavaModel refresh after drag and drop outside folder with dot in name
Summary: Wrong JavaModel refresh after drag and drop outside folder with dot in name
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: Other other
: P2 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-07 15:26 EST by Philipe Mulet CLA
Modified: 2002-01-14 10:37 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 Philipe Mulet CLA 2001-12-07 15:26:28 EST
Build 20011206 + latest JDTCORE 

* New Java Project P1 (proj==src==bin)

* File/Import/FileSystem --> ...\eclipse\plugins
In the import left pane, select org.eclipse.core.boot, and in the right pane 
check the box in front of boot.jar

* Select P1/org.eclipse.core.boot/boot.jar

You end up with:

P1
+- org.eclipse.core.boot
|   +- boot.jar
+- boot.jar

Closing & reopening the project in the navigator provides the right layout"

P1
+- org.eclipse.core.boot
+- boot.jar
Comment 1 Jerome Lanneluc CLA 2001-12-07 18:46:49 EST
DeltaProcessor was trying to attach a removed delta to a package with an 
invalid name. It was failing silently and did not report the delta.
Fixed so that it reports a non-java resource change on the 
folder 'org.eclipse.core.boot'.