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 270600 - 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: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-09 18:22 UTC by Maksim Khramov
Modified: 2017-05-25 14:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229096


Attachments
stacktrace (4.41 KB, text/plain)
2017-05-09 18:22 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2017-05-09 18:22:35 UTC
Build: NetBeans IDE Dev (Build 201705050001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Windows 10

User Comments:
mkhramov: Convert maven artefact to Netbeans library

GUEST: Create new Library from maven artefact




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 org.openide.explorer.view.TreeView.initializeTree(TreeView.java:314)
   at org.openide.explorer.view.TreeView.<init>(TreeView.java:238)
   at org.openide.explorer.view.TreeView.<init>(TreeView.java:228)
Comment 1 Maksim Khramov 2017-05-09 18:22:37 UTC
Created attachment 164285 [details]
stacktrace
Comment 2 Maksim Khramov 2017-05-09 18:26:06 UTC
Looks very similar to https://netbeans.org/bugzilla/show_bug.cgi?id=269775