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 249192 - ClassCastException: javax.swing.JToolTip cannot be cast to javax.swing.text.JTextComponent
Summary: ClassCastException: javax.swing.JToolTip cannot be cast to javax.swing.text.J...
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Test Runner (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-08 10:10 UTC by Vladimir Riha
Modified: 2015-09-09 01:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213977


Attachments
stacktrace (3.86 KB, text/plain)
2014-12-08 10:10 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2014-12-08 10:10:39 UTC
Build: NetBeans IDE Dev (Build web-main-1657-on-20141208)
VM: Java HotSpot(TM) Client VM, 24.71-b01, Java(TM) SE Runtime Environment, 1.7.0_71-b14
OS: Linux

User Comments:
vriha: running tests




Stacktrace: 
java.lang.ClassCastException: javax.swing.JToolTip cannot be cast to javax.swing.text.JTextComponent
   at javax.swing.text.html.EditableView.paint(EditableView.java:76)
   at javax.swing.text.BoxView.paintChild(BoxView.java:161)
   at javax.swing.text.BoxView.paint(BoxView.java:433)
   at javax.swing.text.BoxView.paintChild(BoxView.java:161)
   at javax.swing.text.BoxView.paint(BoxView.java:433)
   at javax.swing.text.ParagraphView.paint(ParagraphView.java:587)
Comment 1 Vladimir Riha 2014-12-08 10:10:45 UTC
Created attachment 150951 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2015-09-08 15:20:21 UTC
Changeset: 31a5e977ca4a
Author:    Theofanis Oikonomou <theofanis@netbeans.org>
Date:      2015-09-08 17:20
Message:
Comment 3 Quality Engineering 2015-09-09 01:23:13 UTC
Integrated into 'main-silver', will be available in build *201509090002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/31a5e977ca4a
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: Task #249192 - ClassCastException: javax.swing.JToolTip cannot be cast to javax.swing.text.JTextComponent