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 - ClassCastException: org.netbeans.modules.db.dataview.table.SQLConstantsCellRenderer cannot be cast to javax.swing.text.JTextComponent
Summary: ClassCastException: org.netbeans.modules.db.dataview.table.SQLConstantsCellRe...
Status: RESOLVED INCOMPLETE
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
: 202838 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-09-21 09:40 UTC by Exceptions Reporter
Modified: 2011-10-17 09:40 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181252


Attachments
stacktrace (6.75 KB, text/plain)
2011-09-21 09:40 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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