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 210532 - Swing call not in EDT - ProfilerControlPanel2$BasicTelemetryPanel.refreshStatus
Summary: Swing call not in EDT - ProfilerControlPanel2$BasicTelemetryPanel.refreshStatus
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-02 12:07 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:07:30 UTC
...
at
javax.swing.JLabel.setText(JLabel.java:326)
at
org.netbeans.modules.profiler.ProfilerControlPanel2$BasicTelemetryPanel.refreshStatus(ProfilerControlPanel2.java:530)
at
org.netbeans.modules.profiler.ProfilerControlPanel2.updateStatus(ProfilerControlPanel2.java:1925)
at
org.netbeans.modules.profiler.ProfilingMonitor$UpdateThread.run(ProfilingMonitor.java:103)
...
Comment 1 Jiri Sedlacek 2012-04-02 12:59:05 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/86f328fd04c9.
Comment 2 Quality Engineering 2012-04-06 10:06:48 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/86f328fd04c9
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #210532 - invoke Swing methods in EDT