Bug 361559 - [ltk] DeleteArguments misses API getDeleteProjectContents()
Summary: [ltk] DeleteArguments misses API getDeleteProjectContents()
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.8   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.8   Edit
Assignee: Markus Keller CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks: 361566
  Show dependency tree
 
Reported: 2011-10-20 11:27 EDT by Markus Keller CLA
Modified: 2011-10-24 16:22 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2011-10-20 11:27:54 EDT
master

DeleteArguments misses the API below. Without that, participants can't know whether contents will be deleted or not.

/**
 * Returns whether projects contents will be deleted as well. This method
 * is not applicable for file and folder deletions.
 * 
 * @return <code>true</code> if the refactoring will delete the project
 *         contents, <code>false</code> if it only removes the reference
 *         from the workspace
 */
public boolean getDeleteProjectContents() {
	return fDeleteProjectContents;
}
Comment 1 Markus Keller CLA 2011-10-24 16:22:48 EDT
Fixed in master.
commit 6a7fe43fe3636b92c240f9c2be1cc5b4ec721357