Bug 116847 - Clean: More information for the user
Summary: Clean: More information for the user
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-17 06:00 EST by Martin Aeschlimann CLA
Modified: 2011-03-29 09:15 EDT (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 Martin Aeschlimann CLA 2005-11-17 06:00:16 EST
20051117

The worst thing an IDE can do is deleting files it shouldn't and destroy some
work. One place where deleting happes is in the 'clean' of builders. We do the
best to warn when configuring a builder (e.g. in the Java case when setting the
classpath), but some scenarios are only detected when actially doing the clean.

Problem is, the builder has no possibilty to communicate through UI.

One idea is that builders could offer a list of folders that they will delete.
E.g. This information could be used in the clean dialog, we could not only show
the projects being cleaned, but give a list of files that are cleaned and show
them to the user.

-> IncrementalProjectBuilder.getResourcesToBeCleaned
Comment 1 Philipe Mulet CLA 2005-11-17 07:20:21 EST
Something along the line of offering 'details' pane in clean dialog.
Comment 2 Olivier Thomann CLA 2006-10-10 13:05:28 EDT
Builder issue.