Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 19905

Summary: [DND] Drag move copies if destination exists
Product: [Eclipse Project] Platform Reporter: Knut Radloff <knut_radloff>
Component: UIAssignee: Nick Edgar <n.a.edgar>
Status: RESOLVED DUPLICATE QA Contact:
Severity: major    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Bug Depends on: 16500    
Bug Blocks: 16907    

Description Knut Radloff CLA 2002-06-11 10:50:59 EDT
build 20020610

Given the following folder structure

A       (Project)
  a     (Folder)
    b   (Folder)
  a2    (Folder)
    b   (Folder)

If I drag move (pressing no modifier key or pressing shift) A->a->b into A->a2 
folder b is deleted from A->a and  folder "Copy of b" is created in A->a2. I 
would expect to be prompted to overwrite A->a2->b instead.
I can only drag move without a rename when the destination does not already 
contain the moved folder.
This prevents me from reproducing bug 19372.
Comment 1 Knut Radloff CLA 2002-06-11 13:02:01 EDT
To fix this consistently with clipboard based move we should reuse the code in 
MoveResourceAction.
Depends on refactoring MoveResourceAction/CopyResourceAction, see bug 16500.
Comment 2 Knut Radloff CLA 2002-08-12 09:25:40 EDT

*** This bug has been marked as a duplicate of 18777 ***