Bug 28583

Summary: Missing one unit in package view
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: major    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.