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 269937 - AssertionError at org.openide.awt.HtmlRendererImpl.reset
Summary: AssertionError at org.openide.awt.HtmlRendererImpl.reset
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-27 12:30 UTC by Martin Balin
Modified: 2017-02-27 12:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228204


Attachments
stacktrace (6.39 KB, text/plain)
2017-02-27 12:30 UTC, Martin Balin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Balin 2017-02-27 12:30:42 UTC
Build: NetBeans IDE Dev (Build 20170217-863e357f7081)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Linux

User Comments:
mbalin: Using existing Java SE JDK9 project with Java platform JDK9 b157.
Added one library - MySQL JDBC Driver to Libraries node in Project Explorer
Then selected lib in project tree and click Edit... from context menu. This exception occured.
It is possible to edit library from Project Properties | LIbraries customizer.




Stacktrace: 
java.lang.AssertionError
   at org.openide.awt.HtmlRendererImpl.reset(HtmlRendererImpl.java:103)
   at org.openide.awt.HtmlRendererImpl.getTreeCellRendererComponent(HtmlRendererImpl.java:147)
   at org.openide.explorer.view.NodeRenderer.getTreeCellRendererComponent(NodeRenderer.java:156)
   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)
Comment 1 Martin Balin 2017-02-27 12:30:44 UTC
Created attachment 163719 [details]
stacktrace