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 232392 - 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: Kenai (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-08 14:59 UTC by Tomas Stupka
Modified: 2013-07-11 04:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201886


Attachments
stacktrace (4.54 KB, text/plain)
2013-07-08 14:59 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-07-08 14:59:52 UTC
Build: NetBeans IDE Dev (Build 20130702-56167178304a)
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:
GUEST: refreshing java.net from mega menu

tstupka: refresh from team magemenu




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.bugtracking.kenai.KenaiHandler$2.propertyChange(KenaiHandler.java:129)
   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:400)
   at org.netbeans.modules.team.ui.common.OneProjectDashboard.getProjectsList(OneProjectDashboard.java:757)
Comment 1 Tomas Stupka 2013-07-08 14:59:54 UTC
Created attachment 136829 [details]
stacktrace
Comment 2 Tomas Stupka 2013-07-09 14:47:31 UTC
fixed in core-main #10f5a2a95362
Comment 3 Quality Engineering 2013-07-11 04:12:15 UTC
Integrated into 'main-silver', will be available in build *201307102300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/47d84be1b723
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #232392 - ClassCastException: org.netbeans.modules.team.ui.common.OneProjectDashboard cannot be cast to org.netbeans.modules.team.ui.common.DashboardSupport