Bug 540775 - [LTK] a more general MoveRenameResourceChange
Summary: [LTK] a more general MoveRenameResourceChange
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.8   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-05 03:48 EST by Mickael Istria CLA
Modified: 2018-11-05 03:48 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mickael Istria CLA 2018-11-05 03:48:52 EST
org.eclipse.ltk.core.refactoring.resource package contains very useful change for basic resource based refactorings. We're using it in LSP4E to support the resource changes and workspaceEdits.
However, we're deeply missing a generic MoveRenameResourceChange that would allow to simultaneously Move and Rename a resource, like change a/b.txt to a/c.txt.