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 256249 - AssertionError: Should be called in EDT only!
Summary: AssertionError: Should be called in EDT only!
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-29 09:31 UTC by Tomas Stupka
Modified: 2015-10-30 02:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220840


Attachments
stacktrace (4.67 KB, text/plain)
2015-10-29 09:31 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2015-10-29 09:31:10 UTC
Build: NetBeans IDE Dev (Build 20151029-12c3e103a7b6)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b07, Java(TM) SE Runtime Environment, 1.8.0_60-ea-b07
OS: Mac OS X

User Comments:
tstupka: apply patch from bugzilla issue comment




Stacktrace: 
java.lang.AssertionError: Should be called in EDT only!
   at org.openide.explorer.view.NodeRenderer.getTreeCellRendererComponent(NodeRenderer.java:140)
   at org.openide.explorer.view.TreeView.initializeTree(TreeView.java:328)
   at org.openide.explorer.view.TreeView.<init>(TreeView.java:252)
   at org.openide.explorer.view.TreeView.<init>(TreeView.java:242)
   at org.openide.explorer.view.BeanTreeView.<init>(BeanTreeView.java:98)
   at org.netbeans.modules.team.ide.PatchContextChooser.initComponents(PatchContextChooser.java:143)
Comment 1 Tomas Stupka 2015-10-29 09:31:17 UTC
Created attachment 157038 [details]
stacktrace
Comment 2 Tomas Stupka 2015-10-29 09:48:02 UTC
fixed in jet-main #44ebff4e8e18
Comment 3 Quality Engineering 2015-10-30 02:22:24 UTC
Integrated into 'main-silver', will be available in build *201510300002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/44ebff4e8e18
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #256249 - AssertionError: Should be called in EDT only!