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

Summary: ClassCastException: org.netbeans.modules.team.ui.common.OneProjectDashboard cannot be cast to org.netbeans.modules.team.ui.common.DashboardSupport
Product: connecteddeveloper Reporter: Tomas Stupka <tstupka>
Component: Team FrameworkAssignee: issues@ide <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 201682
Attachments: stacktrace

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