Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 348581 - Transition formal review from planning to preparation (Exception)
Summary: Transition formal review from planning to preparation (Exception)
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: 0.9   Edit
Assignee: Sebastien Dubois CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-07 10:44 EDT by Alvaro Sanchez-Leon CLA
Modified: 2012-01-24 15:35 EST (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 Alvaro Sanchez-Leon CLA 2011-06-07 10:44:46 EDT
The following error has been seen once, while transitioning from planning to preparation.

The review causing the problem is included in the attached file, review name "FoemalThree"


!ENTRY org.eclipse.ui 4 0 2011-06-07 10:33:01.698
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.ClassCastException: [Lorg.eclipse.mylyn.reviews.r4e.ui.internal.model.R4EUIContent; cannot be cast to [Lorg.eclipse.mylyn.reviews.r4e.ui.internal.model.R4EUISelection;
	at org.eclipse.mylyn.reviews.r4e.ui.internal.utils.MailServicesProxy.createItemsReadyNotificationMessage(MailServicesProxy.java:414)
	at org.eclipse.mylyn.reviews.r4e.ui.internal.utils.MailServicesProxy.sendMeetingRequest(MailServicesProxy.java:825)
	at org.eclipse.mylyn.reviews.r4e.ui.internal.utils.MailServicesProxy.sendMeetingRequest(MailServicesProxy.java:799)
	at org.eclipse.mylyn.reviews.r4e.ui.internal.properties.tabbed.ReviewBasicTabPropertySection$1.widgetSelected(ReviewBasicTabPropertySection.java:252)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:774)
	at org.eclipse.swt.custom.CCombo.listEvent(CCombo.java:1095)
	at org.eclipse.swt.custom.CCombo$1.handleEvent(CCombo.java:115)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1384)
[10:40:08:079] W T=main CommandUtils:482 (useWorkspaceResource): Exception: org.eclipse.core.internal.resources.ResourceException: Resource is out of sync with the file system: '/org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/RefDirectoryTest.java'. (Resource is out of sync with the file system: '/org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/RefDirectoryTest.java'.)
[10:40:08:081] W T=main CommandUtils:482 (useWorkspaceResource): Exception: org.eclipse.core.internal.resources.ResourceException: Resource is out of sync with the file system: '/org.eclipse.jgit/src/org/eclipse/jgit/storage/file/RefDirectory.java'. (Resource is out of sync with the file system: '/org.eclipse.jgit/src/org/eclipse/jgit/storage/file/RefDirectory.java'.)
[10:40:50:683] I T=main ReviewNavigatorView$2:428 (doubleClick): Double-click event received
Comment 1 Sebastien Dubois CLA 2011-06-09 11:19:57 EDT
This issue has already been fixed.
Comment 2 Alvaro Sanchez-Leon CLA 2011-06-09 11:34:11 EDT
Don't forget to update the target milestone e.g. 0.9 before closing

Also. mark it as fixed after the solution is pushed to the eclipse repo
Comment 3 Sebastien Dubois CLA 2011-06-09 11:36:21 EDT
(In reply to comment #2)
> Don't forget to update the target milestone e.g. 0.9 before closing
> 
> Also. mark it as fixed after the solution is pushed to the eclipse repo

The fix was already pushed to the repo a few days ago