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

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch against text module (710 bytes, patch)
2001-06-04 17:44 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:43:00 UTC
Please apply the attached little patch that will cause one class less loaded
and aone less resolved by text module at startup.
Comment 1 Petr Nejedly 2001-06-04 17:44:39 UTC
Created attachment 1489 [details]
Patch against text module
Comment 2 Petr Nejedly 2001-06-05 11:45:08 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:46:19 UTC
Fixed in main-trunk.
Comment 4 Petr Nejedly 2001-09-17 16:21:52 UTC
Yes, it's there.