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 12584

Summary: Patch for reducing loaded classes
Product: utilities Reporter: Petr Nejedly <pnejedly>
Component: PropertiesAssignee: issues@utilities <issues>
Status: VERIFIED FIXED    
Severity: blocker Keywords: PERFORMANCE
Priority: P2    
Version: 3.x   
Hardware: Sun   
OS: Solaris   
Issue Type: TASK Exception Reporter:
Attachments: Patch for properties module to strip 4 classes during startup

Description Petr Nejedly 2001-06-04 16:48:34 UTC
I'll attach a patch against properties module that will reducenumber of loaded
classes after IDE start from 6 to 2.
You could review it and if you don't agree with the way of delegating
creating FileEntry from DataLoader to DataObject, you could remove this part,
but then only 2 classes will be spared.
Comment 1 Petr Nejedly 2001-06-04 16:49:49 UTC
Created attachment 1486 [details]
Patch for properties module to strip 4 classes during startup
Comment 2 Petr Nejedly 2001-06-05 11:44:43 UTC
PS: Don't forget to increase dependency on OpenIDE to 1.10 as the new
API it uses is @since 1.10
Comment 3 Peter Zavadsky 2001-06-07 07:45:33 UTC
Fixed in main-trunk.
Comment 4 vnemec 2001-08-28 13:33:49 UTC
setting to verified