Bug 84136 - [prefs] Cache customization files
Summary: [prefs] Cache customization files
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M5   Edit
Assignee: DJ Houghton CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2005-02-01 09:48 EST by DJ Houghton CLA
Modified: 2005-02-01 10:00 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 DJ Houghton CLA 2005-02-01 09:48:34 EST
In the DefaultPreferences when we apply product and command-line defaults, we
load the properties file each time the default preferences are accessed for each
bundle. We should cache this file after loading it the first time.
Comment 1 DJ Houghton CLA 2005-02-01 10:00:37 EST
Fix released to HEAD. We cache the product customization file, the product
translation file, and the command-line customization file when we first read them.