This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 34257

Summary: Cache results of ConfigurationManager.getSettingsType
Product: projects Reporter: Vitezslav Stejskal <vstejskal>
Component: Generic InfrastructureAssignee: Vitezslav Stejskal <vstejskal>
Status: CLOSED WONTFIX    
Severity: blocker Keywords: PERFORMANCE
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 33999    

Description Vitezslav Stejskal 2003-06-09 16:36:57 UTC
The ConfigurationManager should cache results of
getSettingsType calls, they are quite frequent and
accessing layers through InstanceDataObject is
overkill. New Registry API with properly handled
bindings of primitive types also will help here.
(see also issue #33999)
Comment 1 Vitezslav Stejskal 2003-11-26 13:18:04 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.
Comment 2 Vitezslav Stejskal 2003-11-26 14:57:22 UTC
--> VERIFIED