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 270079 - 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-03-15 20:06 UTC by Tomas Stupka
Modified: 2017-03-15 20:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228423


Attachments
stacktrace (5.71 KB, text/plain)
2017-03-15 20:06 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2017-03-15 20:06:57 UTC
Build: NetBeans IDE Dev (Build 20170306-9c64954e5a74)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b07, Java(TM) SE Runtime Environment, 1.8.0_102-b07
OS: Mac OS X

User Comments:
tstupka: introduce method




Stacktrace: 
java.lang.AssertionError
   at org.openide.awt.HtmlRendererImpl.reset(HtmlRendererImpl.java:103)
   at org.openide.awt.HtmlRendererImpl.getListCellRendererComponent(HtmlRendererImpl.java:165)
   at org.netbeans.modules.java.hints.introduce.CommonMembersPanel$TargetsRendererImpl.getListCellRendererComponent(CommonMembersPanel.java:118)
   at javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1361)
   at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1311)
   at javax.swing.plaf.basic.BasicListUI$Handler.valueChanged(BasicListUI.java:2623)
Comment 1 Tomas Stupka 2017-03-15 20:06:59 UTC
Created attachment 163854 [details]
stacktrace