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 214101 - Swing call not in EDT - ClassPresenterPanel.updateActions
Summary: Swing call not in EDT - ClassPresenterPanel.updateActions
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-13 09:50 UTC by Jiri Sedlacek
Modified: 2012-06-14 06:08 UTC (History)
0 users

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 Jiri Sedlacek 2012-06-13 09:50:28 UTC
o.n.m.profiler.heapwalk.ClassPresenterPanel.updateActions(ClassPresenterPanel.java:173)
at 
o.n.m.profiler.heapwalk.ClassPresenterPanel.stateChanged(ClassPresenterPanel.java:157)
at 
o.n.m.profiler.heapwalk.HeapFragmentWalker.changeState(HeapFragmentWalker.java:227)
at 
o.n.m.profiler.heapwalk.HeapFragmentWalker.computeRetainedSizes(HeapFragmentWalker.java:137)
...
Comment 1 Jiri Sedlacek 2012-06-13 10:03:09 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/5a0b244bd4e6.
Comment 2 Quality Engineering 2012-06-14 06:08:54 UTC
Integrated into 'main-golden', will be available in build *201206140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5a0b244bd4e6
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #214101 - stateChanged notifications moved to EDT