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

Summary: AssertionError at org.netbeans.modules.editor.hints.borrowed.ListCompletionView.renderHtml
Product: editor Reporter: ehsavoie <ehsavoie>
Component: Hints & AnnotationsAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 198524
Attachments: stacktrace

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