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 211513

Summary: Swing call not in EDT - HeapProgress.progress
Product: profiler Reporter: Jiri Sedlacek <jis>
Component: BaseAssignee: Jiri Sedlacek <jis>
Status: RESOLVED FIXED    
Severity: normal Keywords: VISUALVM
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Sedlacek 2012-04-20 12:23:51 UTC
...
at javax.swing.JProgressBar$ModelListener.stateChanged(JProgressBar.java:652)
at javax.swing.DefaultBoundedRangeModel.fireStateChanged(DefaultBoundedRangeModel.java:364)
at javax.swing.DefaultBoundedRangeModel.setRangeProperties(DefaultBoundedRangeModel.java:302)
at javax.swing.DefaultBoundedRangeModel.setValue(DefaultBoundedRangeModel.java:168)
at org.netbeans.lib.profiler.heap.HeapProgress.progress(HeapProgress.java:87)
...
Comment 1 Jiri Sedlacek 2012-04-20 13:09:41 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/110b885de501.
Comment 2 Quality Engineering 2012-04-22 09:50:33 UTC
Integrated into 'main-golden', will be available in build *201204220400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/110b885de501
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #211513 - update UI model in EDT thread