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 227611 - Memory leak in RefactoringContextActionsProvider
Summary: Memory leak in RefactoringContextActionsProvider
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-03-18 12:05 UTC by Alexander Simon
Modified: 2015-03-25 11:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Path grom GC root (56.57 KB, text/html)
2013-03-18 12:05 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2013-03-18 12:05:44 UTC
Created attachment 132749 [details]
Path grom GC root

Steps to reproduce:
- open C/C++ project
- open project file in editor
- invoke editor content menu
- close project
Instance of NbEditorDocument is not released.
Comment 1 Ralph Ruijs 2015-03-25 11:03:21 UTC
Path shows JPopupMenuPlus which has been deprecated and removed a long time ago. Resolving as works for me. Please add the complete profiler snapshot if this is still an issue. Thanks!