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 253293 - ClassCastException: org.openide.nodes.ChildFactory$WaitFilterNode cannot be cast to org.netbeans.modules.gsf.testrunner.ui.api.TestMethodNode
Summary: ClassCastException: org.openide.nodes.ChildFactory$WaitFilterNode cannot be c...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-02 18:46 UTC by Vladimir Voskresensky
Modified: 2015-09-15 01:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218311


Attachments
stacktrace (3.15 KB, text/plain)
2015-07-02 18:46 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2015-07-02 18:46:33 UTC
Build: NetBeans IDE Dev (Build 20150702-9890b1789ace)
VM: Java HotSpot(TM) Server VM, 24.71-b01, Java(TM) SE Runtime Environment, 1.7.0_71-b14
OS: SunOS

User Comments:
vv159170: Clicked Go To Next failed test in Tests Result




Stacktrace: 
java.lang.ClassCastException: org.openide.nodes.ChildFactory$WaitFilterNode cannot be cast to org.netbeans.modules.gsf.testrunner.ui.api.TestMethodNode
   at org.netbeans.modules.gsf.testrunner.ui.ResultPanelTree.selectNextFailure(ResultPanelTree.java:477)
   at org.netbeans.modules.gsf.testrunner.ui.StatisticsPanel.selectNextFailure(StatisticsPanel.java:422)
   at org.netbeans.modules.gsf.testrunner.ui.StatisticsPanel$5.actionPerformed(StatisticsPanel.java:388)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
Comment 1 Vladimir Voskresensky 2015-07-02 18:46:37 UTC
Created attachment 154468 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2015-09-14 08:54:53 UTC
Changeset: 75b653857afa
Author:    Theofanis Oikonomou <theofanis@netbeans.org>
Date:      2015-09-14 10:54
Message:
Comment 3 Quality Engineering 2015-09-15 01:25:00 UTC
Integrated into 'main-silver', will be available in build *201509150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/75b653857afa
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: Task #253293 - ClassCastException: org.openide.nodes.ChildFactory$WaitFilterNode cannot be cast to org.netbeans.modules.gsf.testrunner.ui.api.TestMethodNode