This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 157257 - improve lazy loading of task data
Summary: improve lazy loading of task data
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Robert Elves CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-13 23:30 EDT by Mik Kersten CLA
Modified: 2007-05-08 16:06 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mik Kersten CLA 2006-09-13 23:30:24 EDT
The AbstractRepositoryTask.getTaskData() objects can be large.  We should verify that these do not consume memory when a task is closed (e.g. by the ITask hanging on to the data for too long).
Comment 1 Robert Elves CLA 2006-11-02 19:08:04 EST
Investigate possibility of loading task data lazily.
Comment 2 Robert Elves CLA 2007-05-08 16:06:54 EDT
AbstractRepositoryTask no longer holds task data and is rather requested upon demand.  Offline refactoring (bug#160389) will address back-end lazy loading / caching of task data.