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 226004 - AssertionError at org.netbeans.modules.editor.hints.borrowed.ListCompletionView.renderHtml
Summary: AssertionError at org.netbeans.modules.editor.hints.borrowed.ListCompletionVi...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-12 06:59 UTC by ehsavoie
Modified: 2013-02-17 19:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198524


Attachments
stacktrace (4.07 KB, text/plain)
2013-02-12 06:59 UTC, ehsavoie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehsavoie 2013-02-12 06:59:23 UTC
Build: NetBeans IDE Dev (Build 201302072300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Linux

Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.editor.hints.borrowed.ListCompletionView.renderHtml(ListCompletionView.java:403)
   at org.netbeans.modules.editor.hints.borrowed.ListCompletionView.access$400(ListCompletionView.java:95)
   at org.netbeans.modules.editor.hints.borrowed.ListCompletionView$RenderComponent.paintComponent(ListCompletionView.java:349)
   at javax.swing.JComponent.paint(JComponent.java:1054)
   at javax.swing.CellRendererPane.paintComponent(CellRendererPane.java:151)
   at javax.swing.plaf.basic.BasicListUI.paintCell(BasicListUI.java:227)
Comment 1 ehsavoie 2013-02-12 06:59:24 UTC
Created attachment 131272 [details]
stacktrace
Comment 2 Quality Engineering 2013-02-17 01:49:58 UTC
Integrated into 'main-golden', will be available in build *201302162300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ca30e896067e
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #226004: AssertionError at org.netbeans.modules.editor.hints.borrowed.ListCompletionView.renderHtml