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 231789 - ClassCastException: org.netbeans.modules.team.ui.common.OneProjectDashboard cannot be cast to org.netbeans.modules.team.ui.common.DashboardSupport
Summary: ClassCastException: org.netbeans.modules.team.ui.common.OneProjectDashboard c...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-25 16:23 UTC by Tomas Stupka
Modified: 2013-07-01 10:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201682


Attachments
stacktrace (4.63 KB, text/plain)
2013-06-25 16:23 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2013-06-25 16:23:23 UTC
Build: NetBeans IDE Dev (Build 20130620-2640f4603c15)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Mac OS X

User Comments:
tstupka: after refresh in mega menu




Stacktrace: 
java.lang.ClassCastException: org.netbeans.modules.team.ui.common.OneProjectDashboard cannot be cast to org.netbeans.modules.team.ui.common.DashboardSupport
   at org.netbeans.modules.odcs.tasks.bridge.ODCSHandler$2.propertyChange(ODCSHandler.java:120)
   at org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:196)
   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.netbeans.modules.team.ui.common.OneProjectDashboard.startAllProjectsLoading(OneProjectDashboard.java:440)
Comment 1 Tomas Stupka 2013-06-25 16:23:25 UTC
Created attachment 136281 [details]
stacktrace
Comment 2 Tomas Stupka 2013-07-01 10:48:14 UTC
fixed