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

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch for clazz module to strip 5-8 classes during startup (2.94 KB, patch)
2001-06-04 17:20 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 17:18:46 UTC
I'll attach a patch against clazz module that will reduce number of loaded
classes after IDE start from 11 to 3.
You could review it and if you don't agree with the way of delegating
creating ClassDataObject instances from ClassDataLoader to ClassDataObject,
you could remove this part, yet still 5 classes will be spared
(6 if you abadon usage of Util in favour of NbBundle.getMessage)
Comment 1 Petr Nejedly 2001-06-04 17:20:37 UTC
Created attachment 1487 [details]
Patch for clazz module to strip 5-8 classes during startup
Comment 2 Petr Nejedly 2001-06-05 11:45:20 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 Svata Dedic 2001-06-06 09:53:54 UTC
Thanks for the patch.