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 270191 - ClassCastException: org.netbeans.modules.cnd.debugger.common2.ui.processlist.LoadingNode cannot be cast to org.netbeans.modules.cnd.debugger.common2.ui.processlist.ProcessNode
Summary: ClassCastException: org.netbeans.modules.cnd.debugger.common2.ui.processlist....
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-24 15:52 UTC by Exceptions Reporter
Modified: 2017-04-12 12:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228542


Attachments
stacktrace (8.65 KB, text/plain)
2017-03-24 15:52 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-03-24 15:52:23 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 10

User Comments:
GUEST: I have included C++ complier I am still getting inresolvedd include file error




Stacktrace: 
java.lang.ClassCastException: org.netbeans.modules.cnd.debugger.common2.ui.processlist.LoadingNode cannot be cast to org.netbeans.modules.cnd.debugger.common2.ui.processlist.ProcessNode
   at org.netbeans.modules.cnd.debugger.common2.ui.processlist.ProcessListPanel$PropertyChangeListenerImpl.propertyChange(ProcessListPanel.java:251)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
   at org.openide.explorer.ExplorerManager$2.run(ExplorerManager.java:891)
   at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:118)
Comment 1 Exceptions Reporter 2017-03-24 15:52:25 UTC
Created attachment 163937 [details]
stacktrace
Comment 2 Maria Tishkova 2017-04-03 12:29:22 UTC
fixed in 
changeset:   315120:9419abd82e81
branch:      release82
tag:         tip
user:        Maria Dalmatova <mromashova@netbeans.org>
date:        Mon Apr 03 15:27:17 2017 +0300
summary:     fixed bz#270191 - ClassCastException: org.netbeans.modules.cnd.debugger.common2.ui.processlist.LoadingNode cannot be cast to org.netbeans.modules.cnd.debugger.common2.ui.processlist.ProcessNode



Unfortunately the problem statement about unresolved include file error has nothing to do with this exception
Comment 3 Quality Engineering 2017-04-11 01:51:24 UTC
Integrated into 'main-silver', will be available in build *201704110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c575a3c1f371
User: Maria Dalmatova <mromashova@netbeans.org>
Log: fixed bz#270191 - ClassCastException: org.netbeans.modules.cnd.debugger.common2.ui.processlist.LoadingNode cannot be cast to org.netbeans.modules.cnd.debugger.common2.ui.processlist.ProcessNode
(transplanted from 9419abd82e81208127b62b87b65a5c0762440bfd)
Comment 4 ilia 2017-04-12 12:59:13 UTC
https://netbeans.org/bugzilla/show_bug.cgi?id=270191 Changesets:
    http://hg.netbeans.org/releases/rev/9419abd82e81 # fixed bz#270191 - ClassCastException: org.netbeans.modules.cnd.debugger.common2.ui.processlist.LoadingNode cannot be cast to org.netbeans.modules.cnd.debugger.common2.ui.processlist.ProcessNode