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 12513 - Optimize creation of AbstractNode
Summary: Optimize creation of AbstractNode
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2001-05-30 14:59 UTC by Jesse Glick
Modified: 2008-12-22 19:36 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch to AbstractNode (2.96 KB, patch)
2001-05-30 15:00 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2001-05-30 14:59:48 UTC
1. Collapse A.N.'s two private listeners into one class (save one class load).
2. Avoid creating an instance of the listener until needed.
Comment 1 Jesse Glick 2001-05-30 15:00:27 UTC
Created attachment 1470 [details]
Patch to AbstractNode
Comment 2 Jesse Glick 2001-05-30 15:01:46 UTC
Applied in trunk.