Bug 28583 - Missing one unit in package view
Summary: Missing one unit in package view
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: 2002-12-17 17:49 EST by Philipe Mulet CLA
Modified: 2003-02-06 11:28 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 2002-12-17 17:49:39 EST
Build 20021216(latest)

After moving 2 files at once, only one appeared in the target location:

Project Test
 +- src (source folder)
 +- Compile.java
 +- X.java

Select both Compiler.java and X.java and move them to 'src' source folder.
After the move is complete, expand 'src' and observe that it only contains
Compile.java.

Close/reopen fixes the problem
Comment 1 Jerome Lanneluc CLA 2002-12-18 04:50:32 EST
Not a regression. Problem was already in 2.1 M3.
Comment 2 Jerome Lanneluc CLA 2002-12-19 05:12:07 EST
Fixed DeltaProcessor.elementType(...) to always return NON_JAVA_RESOURCE if the 
root info is null.
Comment 3 David Audel CLA 2003-02-06 11:28:48 EST
Verified.