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 195605 - UI code invoked in non-AWT thread
Summary: UI code invoked in non-AWT thread
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-17 10:14 UTC by Tomas Hurka
Modified: 2011-02-19 10:34 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 Tomas Hurka 2011-02-17 10:14:25 UTC
org.netbeans.modules.profiler.snaptracer.impl.timeline.TimelineSupport constructor is invoked from non AWT thread in IdeSnapshotAction.openSnapshot()
Comment 1 Tomas Hurka 2011-02-17 13:19:58 UTC
Fixed in profiler-main


changeset:   188799:e08437e626f6
user:        Tomas Hurka <thurka@netbeans.org>
date:        Thu Feb 17 11:28:50 2011 +0100
summary:     bugfix #195605, make sure that UI code is invoked in AWT thred
Comment 2 Quality Engineering 2011-02-19 10:34:10 UTC
Integrated into 'main-golden', will be available in build *201102190501* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e08437e626f6
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #195605, make sure that UI code is invoked in AWT thred