Bug 5149 - [Standard Components] TaskListContentProvider should use new delta API
Summary: [Standard Components] TaskListContentProvider should use new delta API
Status: RESOLVED DUPLICATE of bug 2736
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Nick Edgar CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2001-10-22 12:54 EDT by Nick Edgar CLA
Modified: 2002-04-03 16: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 Nick Edgar CLA 2001-10-22 12:54:42 EDT
findMarkerDeltas has been added to IResourceDelta.
TaskListContentProvider should use it for efficiency.
Comment 1 Nick Edgar CLA 2001-10-22 12:55:22 EDT
It was added in build 204.
Comment 2 Nick Edgar CLA 2001-10-22 12:56:19 EDT
Also fix BookmarkContentProvider.
Comment 3 Nick Edgar CLA 2002-01-27 21:59:57 EST
The method is IResourceDelta.findMember(IPath).
Should do this as part of task list performance work.
Also, should avoid repeated calls to get all markers, which is done to update 
marker counts.  Should maintain this incrementally.
Comment 4 Nick Edgar CLA 2002-04-03 16:48:22 EST

*** This bug has been marked as a duplicate of 2736 ***