Bug 38476 - Delete: confusing message when deleting link
Summary: Delete: confusing message when deleting link
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 31456
Blocks:
  Show dependency tree
 
Reported: 2003-06-05 06:11 EDT by Dirk Baeumer CLA
Modified: 2005-02-11 10:51 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Baeumer CLA 2003-06-05 06:11:12 EDT
M1

First the dialog tells me that only the link will be deleted. Link target 
remains unchanged. But then there is a sentence that All subelements of the 
selected packages and packages fragements roots will be removed from the 
workspace as well. 

I know what happens but I think for a user this is confusing especially the 
subtle difference between delete and remove.

I would opt to remove the second sentence.
Comment 1 Adam Kiezun CLA 2003-06-05 06:21:17 EDT
i guess we introduced the sentence because it was confusing otherwise :-)
Comment 2 Dirk Baeumer CLA 2003-06-10 10:39:26 EDT
I still opt to remove it. The dialog clearly states that only the link will be 
removed.
Comment 3 Adam Kiezun CLA 2003-06-10 19:47:55 EDT
no problem at all :-)
even considering the scenario:
-folder
  - file
  - subfolder on classpath

in package explorer you see 
- folder
 - file
- source folder

now, deleting the folder will delete the source folder too - although it's not 
very obvious from how the package explorer shows things
(ideally, only 'folder' would be deleted and source folder retained, but ...)
Comment 4 Dirk Baeumer CLA 2003-06-11 05:58:36 EDT
This is a valid point. As a user I would expect to read a specific sentence 
telling me that deleting folder will also remove source folder "subfolder" 
since it is "child" of folder. The general sentence we display right now is 
more confusing then helpful since it doesn't point me to the problem. So is it 
possible to give a specific hint about the problem ?
Comment 5 Adam Kiezun CLA 2003-08-22 08:57:26 EDT
in fact, we should not need this at all. jcore should support deleting of 
linked source folders and we should then give ui appropriate for the semantics.
current message is a workaround for bug 31456 (and the resulting bug 31998)

moving back to inbox to re-assignment
Comment 6 Dirk Baeumer CLA 2005-02-11 10:51:39 EST
No further action planned here.