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 110701 - XML navigator retains memory
Summary: XML navigator retains memory
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2007-07-24 10:19 UTC by _ rkubacki
Modified: 2008-03-16 06:30 UTC (History)
3 users (show)

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 _ rkubacki 2007-07-24 10:19:44 UTC
singleton instance in org/netbeans/modules/xml/text/navigator/NavigatorContent.java keeps reference to last shown panel.
This can be for instance o.n.m.bpel.navigator.BpelNavigatorPanelholding all the data associated with the BPEL process
even when the project is closed.
Comment 1 Samaresh Panda 2008-03-16 06:30:10 UTC
Fix integrated, see http://hg.netbeans.org/main?cmd=changeset;node=69f102e5cf5a.