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 210530 - Swing call not in EDT - RootSelectorTree$3.done
Summary: Swing call not in EDT - RootSelectorTree$3.done
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-02 12:00 UTC by Jiri Sedlacek
Modified: 2012-04-06 10:06 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-04-02 12:00:20 UTC
...
at javax.swing.JTree.treeDidChange(JTree.java:2834)
at org.netbeans.modules.profiler.selector.ui.RootSelectorTree$3.done(RootSelectorTree.java:226)
at org.netbeans.lib.profiler.ui.SwingWorker$2.run(SwingWorker.java:136)
...
Comment 1 J Bachorik 2012-04-02 14:03:51 UTC
fixed in http://hg.netbeans.org/profiler-main/rev/4f16a971e6ac
Comment 2 Quality Engineering 2012-04-06 10:06:43 UTC
Integrated into 'main-golden', will be available in build *201204060400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4f16a971e6ac
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #210530: do not call ui operations off the EDT