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 213950

Summary: [HeapWalker] ClassesListControllerUI is held in memory via JProgressBar
Product: profiler Reporter: Tomas Hurka <thurka>
Component: BaseAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: normal Keywords: VISUALVM
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description Tomas Hurka 2012-06-11 09:29:09 UTC
ClassesListControllerUI is held in memory via JProgressBar. This looks like Mac OS X problem.
Comment 1 Tomas Hurka 2012-06-11 09:39:55 UTC
Fixed in profiler-main. 

changeset:   224112:296d67646fb9
user:        Tomas Hurka <thurka@netbeans.org>
date:        Mon Jun 11 11:37:02 2012 +0200
summary:     bugfix #213950, the problem is caused by p.setIndeterminate(true), which attach JProgress to a timer
Comment 2 Quality Engineering 2012-06-13 06:09:17 UTC
Integrated into 'main-golden', will be available in build *201206130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/296d67646fb9
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #213950, the problem is caused by p.setIndeterminate(true), which attach JProgress to a timer