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 256021 - AssertionError: Should be called in EDT only!
Summary: AssertionError: Should be called in EDT only!
Status: RESOLVED DUPLICATE of bug 256014
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-19 14:33 UTC by danilasergeyev
Modified: 2015-10-19 14:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220628


Attachments
stacktrace (3.90 KB, text/plain)
2015-10-19 14:33 UTC, danilasergeyev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description danilasergeyev 2015-10-19 14:33:41 UTC
This issue was reported manually by danilasergeyev.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 20151019-d9aa4b6adda8)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: SunOS

User Comments:
danilasergeyev: Assertion appears on each attempt to open C/C++/Fortran project properties




Stacktrace: 
java.lang.AssertionError: Should be called in EDT only!
   at org.openide.explorer.view.NodeRenderer.getTreeCellRendererComponent(NodeRenderer.java:140)
   at javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:2807)
   at javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:492)
   at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize(VariableHeightLayoutCache.java:1360)
   at javax.swing.tree.VariableHeightLayoutCache.updateNodeSizes(VariableHeightLayoutCache.java:918)
   at javax.swing.tree.VariableHeightLayoutCache.invalidateSizes(VariableHeightLayoutCache.java:372)
Comment 1 danilasergeyev 2015-10-19 14:33:42 UTC
Created attachment 156804 [details]
stacktrace
Comment 2 danilasergeyev 2015-10-19 14:34:19 UTC

*** This bug has been marked as a duplicate of bug 256014 ***