Bug 494568 - [api] mylyn can refactor task ids and TaskAttribute values
Summary: [api] mylyn can refactor task ids and TaskAttribute values
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: 3.20   Edit
Assignee: Brandon Dong CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed, noteworthy
: 495066 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-05-25 12:40 EDT by Sam Davis CLA
Modified: 2016-06-09 20:32 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 Sam Davis CLA 2016-05-25 12:40:08 EDT
* provide functionality in Mylyn to change a task's ID without losing incoming/outgoing state, outgoing changes, private notes, scheduling, context, or task activity
** 73232: WIP support refactoring task ids I32f749d3 https://git.eclipse.org/r/#/c/73232/
* provide functionality in Mylyn to change the value of a TaskAttribute in all copies of the TaskData
Comment 1 Sam Davis CLA 2016-05-31 17:44:43 EDT
*** Bug 495066 has been marked as a duplicate of this bug. ***
Comment 2 Sam Davis CLA 2016-06-09 20:29:29 EDT
The only API changes consisted of adding public void moveContext(Map<ITask, ITask> tasks) to AbstractTaskContextStore. The rest of the functionality is internal.