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

Summary: ClassCastException: javax.swing.JToolTip cannot be cast to javax.swing.text.JTextComponent
Product: utilities Reporter: Vladimir Riha <vriha>
Component: Test RunnerAssignee: Theofanis Oikonomou <theofanis>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213977
Attachments: stacktrace

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