Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 341952 - ClassCastException during CVS synchronization
Summary: ClassCastException during CVS synchronization
Status: CLOSED DUPLICATE of bug 209834
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 3.7   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform Team Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-05 14:26 EDT by Andrew Niefer CLA
Modified: 2011-04-18 13:39 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Niefer CLA 2011-04-05 14:26:07 EDT
I upgraded my 3.7 install to I20110405-0800, and after restart I get the following exception when trying to synchronize CVS


java.lang.ClassCastException: java.lang.String incompatible with java.lang.Boolean
	at org.eclipse.team.core.Team.getIgnoreInfo(Team.java:192)
	at org.eclipse.team.core.Team.getAllIgnores(Team.java:167)
	at org.eclipse.team.core.Team.getStringMatchers(Team.java:209)
	at org.eclipse.team.core.Team.matchesEnabledIgnore(Team.java:121)
	at org.eclipse.team.core.Team.isIgnoredHint(Team.java:106)
	at org.eclipse.team.internal.ccvs.core.resources.EclipseResource.isIgnored(EclipseResource.java:117)
	at org.eclipse.team.internal.ccvs.core.CVSSyncTreeSubscriber.isSupervised(CVSSyncTreeSubscriber.java:95)
	at org.eclipse.team.internal.ccvs.core.CVSSyncTreeSubscriber.getSyncInfo(CVSSyncTreeSubscriber.java:75)
	at org.eclipse.team.internal.ccvs.core.CVSSyncTreeSubscriber.getDiff(CVSSyncTreeSubscriber.java:149)
	at org.eclipse.team.internal.core.subscribers.SubscriberChangeSetManager.getDiff(SubscriberChangeSetManager.java:302)
	at org.eclipse.team.internal.core.subscribers.SubscriberChangeSetManager$EventHandler.handleChange(SubscriberChangeSetManager.java:183)
	at org.eclipse.team.internal.core.subscribers.SubscriberChangeSetManager$EventHandler.doDispatchEvents(SubscriberChangeSetManager.java:80)
	at org.eclipse.team.internal.core.BackgroundEventHandler.dispatchEvents(BackgroundEventHandler.java:394)
	at org.eclipse.team.internal.core.BackgroundEventHandler.processEvents(BackgroundEventHandler.java:374)
	at org.eclipse.team.internal.core.BackgroundEventHandler$1.run(BackgroundEventHandler.java:203)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Comment 1 Andrew Niefer CLA 2011-04-05 14:28:49 EDT
I am unable to use the synchronization view because of this.
Comment 2 Andrew Niefer CLA 2011-04-18 13:39:53 EDT

*** This bug has been marked as a duplicate of bug 209834 ***