Bug 29249 - Ant view updates for resource changes inefficiently
Summary: Ant view updates for resource changes inefficiently
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Darin Swanson CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2003-01-09 15:17 EST by Jared Burns CLA
Modified: 2003-01-27 09:11 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 Jared Burns CLA 2003-01-09 15:17:41 EST
The Ant view currently listens to resource changes and traverses the entire
delta, checking if each file is in the view. It would be more efficient to
iterate over the files in the view and call findMember(IPath) on the delta.
Comment 1 Jared Burns CLA 2003-01-27 08:25:48 EST
Fixed in AntView. Please verify.
Comment 2 Darin Swanson CLA 2003-01-27 09:11:08 EST
Verified. I colleased two asyncExecs into one in handleBuildFileChanged