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 100866 - memory leak in JavaSource
Summary: memory leak in JavaSource
Status: RESOLVED DUPLICATE of bug 100752
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 98405
  Show dependency tree
 
Reported: 2007-04-13 00:13 UTC by Samaresh Panda
Modified: 2007-04-20 09:39 UTC (History)
1 user (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 Samaresh Panda 2007-04-13 00:13:03 UTC
While working on http://www.netbeans.org/issues/show_bug.cgi?id=98405, I see
that the lastEditor field keeps a strong reference to the last editor, there by
it leaks memory.
Comment 1 Samaresh Panda 2007-04-13 04:37:22 UTC
There are additional memory leaks from elsewhere. In order to narrow it down, I
disabled xml code fold and navigation. Perhaps you should do the same. Take a
look at xml/text-edit module's layer file.
Comment 2 Jan Lahoda 2007-04-20 09:39:31 UTC
Should be fixed now.

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