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 255294 - [81cat] AssertionError: Accessing Swing components. Do not call outside event-dispatch thread!
Summary: [81cat] AssertionError: Accessing Swing components. Do not call outside event...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-15 12:38 UTC by muellermi
Modified: 2015-09-17 01:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219939


Attachments
stacktrace (3.81 KB, text/plain)
2015-09-15 12:38 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2015-09-15 12:38:17 UTC
Build: NetBeans IDE Dev (Build 201509150002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
muellermi: opening "report new task"




Stacktrace: 
java.lang.AssertionError: Accessing Swing components. Do not call outside event-dispatch thread!
   at org.netbeans.modules.bugzilla.issue.IssuePanel.setIssue(IssuePanel.java:396)
   at org.netbeans.modules.bugzilla.issue.BugzillaIssueController.<init>(BugzillaIssueController.java:60)
   at org.netbeans.modules.bugzilla.issue.BugzillaIssue.getController(BugzillaIssue.java:367)
   at org.netbeans.modules.bugzilla.BugzillaIssueProvider.getController(BugzillaIssueProvider.java:106)
   at org.netbeans.modules.bugzilla.BugzillaIssueProvider.getController(BugzillaIssueProvider.java:52)
   at org.netbeans.modules.bugtracking.IssueImpl.getController(IssueImpl.java:211)
Comment 1 muellermi 2015-09-15 12:38:18 UTC
Created attachment 156184 [details]
stacktrace
Comment 2 Tomas Stupka 2015-09-15 16:10:03 UTC
fixed in jet-main #a25bbd819cb4
Comment 3 Quality Engineering 2015-09-17 01:26:28 UTC
Integrated into 'main-silver', will be available in build *201509170002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a25bbd819cb4
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #255294 - [81cat] AssertionError: Accessing Swing components. Do not call outside event-dispatch thread!