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 202401

Summary: ClassCastException: org.netbeans.modules.db.dataview.table.SQLConstantsCellRenderer cannot be cast to javax.swing.text.JTextComponent
Product: db Reporter: Exceptions Reporter <exceptions_reporter>
Component: Show DataAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED INCOMPLETE    
Severity: normal CC: schkovich, y.inoue
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 181252
Attachments: stacktrace

Description Exceptions Reporter 2011-09-21 09:40:40 UTC
This issue was reported manually by y.inoue.
It already has 1 duplicates 


Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Windows XP

Stacktrace: 
java.lang.ClassCastException: org.netbeans.modules.db.dataview.table.SQLConstantsCellRenderer cannot be cast to javax.swing.text.JTextComponent
   at javax.swing.text.html.EditableView.paint(EditableView.java:59)
   at javax.swing.text.BoxView.paintChild(BoxView.java:144)
   at javax.swing.text.BoxView.paint(BoxView.java:416)
   at javax.swing.text.BoxView.paintChild(BoxView.java:144)
   at javax.swing.text.BoxView.paint(BoxView.java:416)
   at javax.swing.text.ParagraphView.paint(ParagraphView.java:587)
Comment 1 Exceptions Reporter 2011-09-21 09:40:45 UTC
Created attachment 110955 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-10-13 17:25:58 UTC
*** Bug 202838 has been marked as a duplicate of this bug. ***
Comment 3 Jiri Rechtacek 2011-10-17 09:40:44 UTC
Please, provide steps to reproduce. I need to know more detail to evaluate it properly. Thanks