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 222218 - ClassCastException: java.lang.String cannot be cast to org.netbeans.modules.team.ui.spi.TeamServer
Summary: ClassCastException: java.lang.String cannot be cast to org.netbeans.modules.t...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-15 14:05 UTC by marco76
Modified: 2012-11-17 02:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195203


Attachments
stacktrace (5.07 KB, text/plain)
2012-11-15 14:05 UTC, marco76
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marco76 2012-11-15 14:05:08 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b24
OS: Windows 7

User Comments:
marco76: just opened the team server




Stacktrace: 
java.lang.ClassCastException: java.lang.String cannot be cast to org.netbeans.modules.team.ui.spi.TeamServer
   at org.netbeans.modules.team.ui.LoginPanel$3.run(LoginPanel.java:211)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:711)
   at java.awt.EventQueue.access$000(EventQueue.java:104)
   at java.awt.EventQueue$3.run(EventQueue.java:672)
   at java.awt.EventQueue$3.run(EventQueue.java:670)
Comment 1 marco76 2012-11-15 14:05:10 UTC
Created attachment 127877 [details]
stacktrace
Comment 2 Ondrej Vrabec 2012-11-15 18:30:51 UTC
fix: http://hg.netbeans.org/core-main/rev/2b5827c53794
Comment 3 Quality Engineering 2012-11-17 02:42:38 UTC
Integrated into 'main-golden', will be available in build *201211170002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2b5827c53794
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #222218 - ClassCastException: java.lang.String cannot be cast to org.netbeans.modules.team.ui.spi.TeamServer