Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 236146 - import may overwrite existing local tasks
Summary: import may overwrite existing local tasks
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: dev   Edit
Hardware: All All
: P2 critical (vote)
Target Milestone: 3.1   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 248364
  Show dependency tree
 
Reported: 2008-06-06 17:17 EDT by Elliott Baron CLA
Modified: 2009-02-18 09:38 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 Elliott Baron CLA 2008-06-06 17:17:46 EDT
Build ID: I20080523-0100

Steps To Reproduce:
1. Create new local task (handle will be "local-#")
2. Export task to xml.zip
3. Import task on another computer

More information:
If a local task exists on that computer with the same "local-#" handle, it will prompt to overwrite the existing task, even though they are otherwise unrelated.
Comment 1 Steffen Pingel CLA 2009-02-17 21:10:45 EST
The import now checks for existing tasks with the same ID when importing. An error is logged instead of overwritting the existing task.
Comment 2 Elliott Baron CLA 2009-02-18 09:38:55 EST
(In reply to comment #1)
> The import now checks for existing tasks with the same ID when importing. An
> error is logged instead of overwritting the existing task.
> 
This still does not allow sharing of local tasks.