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 15094 - Rewrite registration of nodes for classes
Summary: Rewrite registration of nodes for classes
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2001-09-03 15:42 UTC by Petr Nejedly
Modified: 2001-09-17 15:04 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Nejedly 2001-09-03 15:42:54 UTC
DebuggerModule.register()

Currently the registration involves loading of at least 40 classes which
could be easily postponed e.g. by using class names during the registration.

Similar thing could be done with GUIManager and views
Comment 1 Jan Jancura 2001-09-14 15:08:30 UTC
Not easily but....
fixed in main trunk
Comment 2 Petr Nejedly 2001-09-17 15:04:03 UTC
Verified.
org/netbeans/modules/debugger/support/DebuggerModule.java,v1.68