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 - Patch for reducing loaded classes
Summary: Patch for reducing loaded classes
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: issues@utilities
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2001-06-04 16:48 UTC by Petr Nejedly
Modified: 2001-08-28 13:33 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch for properties module to strip 4 classes during startup (3.05 KB, patch)
2001-06-04 16:49 UTC, Petr Nejedly
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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