This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 170587 - [api] AbstractRepositoryTask.getHandle() method should be eliminated
Summary: [api] AbstractRepositoryTask.getHandle() method should be eliminated
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Mik Kersten CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 166174 169288 170554 171115
  Show dependency tree
 
Reported: 2007-01-16 02:43 EST by Eugene Kuleshov CLA
Modified: 2007-02-09 23:06 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 Eugene Kuleshov CLA 2007-01-16 02:43:23 EST
Method AbstractRepositoryTask.getHandle() should be eliminated along with getTaskId() and getRepositoryUrl() methods. Because these methods are making false assumptions on handle identifier, repositories that have both internal task id and user friendly key (such as jira) don't work well.
Comment 1 Mik Kersten CLA 2007-02-02 23:06:35 EST
I apologize that I had to put this off again.  The monitor refactoring was a huge task and really important to now because it is so disruptive and because two integrators were waiting on it.  But this will get attention early next week.
Comment 2 Mik Kersten CLA 2007-02-09 23:06:08 EST
Done.  Replaced by RepositoryTaskHandleUtil, which is internal and not to be used by clients.