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 123660 - JavaSource.editorRegistryListener holds reference to closed editor
Summary: JavaSource.editorRegistryListener holds reference to closed editor
Status: RESOLVED DUPLICATE of bug 100753
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords: PERFORMANCE
Depends on: 100753
Blocks: 123530
  Show dependency tree
 
Reported: 2007-12-07 21:56 UTC by Quy Nguyen
Modified: 2007-12-07 22:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Quy Nguyen 2007-12-07 21:56:51 UTC
The JavaSource.editorRegistryListener holds a strong reference to the last opened editor.  In the case of visual web,
this can be JsfTopComponent object that has a significant memory footprint.  It would be better if this field were not a
strong reference or if the field were cleared when the editor is no longer in use.
Comment 1 Quy Nguyen 2007-12-07 22:41:32 UTC

*** This issue has been marked as a duplicate of 100753 ***