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 218947

Summary: [HeapWalker] InstancesListControllerUI is held in memory via clipboard
Product: profiler Reporter: Tomas Hurka <thurka>
Component: BaseAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: normal Keywords: PERFORMANCE, VISUALVM
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
URL: http://netbeans.org/projects/profiler/downloads/download/Heapdumps/heapdump-218947.zip
Issue Type: DEFECT Exception Reporter:

Description Tomas Hurka 2012-09-25 07:53:04 UTC
Steps
1) open heap dump
2) open instances view
3) right-click on the instance and select "Copy ID"
4) close heap dump
5) InstancesListControllerUI is held in memory
Comment 1 Tomas Hurka 2012-09-25 14:16:01 UTC
Fixed in profiler-main

changeset:   234184:afbe30648676
user:        Tomas Hurka <thurka@netbeans.org>
date:        Tue Sep 25 16:10:23 2012 +0200
summary:     bugfix #218947, get rid of anonymous class - it references enclosing InstancesListControllerUI instance
Comment 2 Quality Engineering 2012-10-01 12:09:07 UTC
Integrated into 'main-golden', will be available in build *201210010929* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/afbe30648676
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #218947, get rid of anonymous class - it references enclosing InstancesListControllerUI instance