Bug 93273 - AntEditor caching of AntModel
Summary: AntEditor caching of AntModel
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M7   Edit
Assignee: Kevin Barnes CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2005-04-29 11:09 EDT by Darin Swanson CLA
Modified: 2005-05-05 11:38 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 Darin Swanson CLA 2005-04-29 11:09:46 EDT
See if there is any performance win by having the AntEditor lazily sets its 
AntModel (and reset it on any editor input change).
Comment 1 Darin Swanson CLA 2005-05-02 14:35:58 EDT
Not a huge win but it seems to be a win and it centralizes the code for 
retrieving the Ant model.

Changes to:
 AntEditor: reworked to lazy init a cached Ant model and refactored to always 
use this getAntModel accessor
 XMLReconcilingStrategy: use the AntEditor to retrieve the Ant model
Comment 2 Darin Swanson CLA 2005-05-02 14:36:14 EDT
Please verify Kevin.
Comment 3 Kevin Barnes CLA 2005-05-05 11:38:45 EDT
verified