Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 274735 - Unhandled Event Loop Exception after saving from compare editor
Summary: Unhandled Event Loop Exception after saving from compare editor
Status: RESOLVED DUPLICATE of bug 262557
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Compare-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-02 15:52 EDT by Chris Goldthorpe CLA
Modified: 2009-05-05 04:09 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Goldthorpe CLA 2009-05-02 15:52:56 EDT
I20090430-2300

Create an anonymous CVS connection to dev.eclipse.org
Check out a project (I checked out org.eclipse.ua.tests)
Start editing a Java file (AllTests.java)
Make a minor change to the comments
Save
Select AlTests in the package explorer, compare with latest from HEAD
Make a minor change in the compare editor, save

An exception was written to the log, this is the trace:

org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.core.runtime.OperationCanceledException)
at org.eclipse.swt.SWT.error(SWT.java:3881)
at org.eclipse.swt.SWT.error(SWT.java:3796)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:137)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3855)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3476)
at org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.runEventLoop(EventLoopProgressMonitor.java:123)
at org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.internalWorked(EventLoopProgressMonitor.java:90)
at org.eclipse.core.runtime.ProgressMonitorWrapper.internalWorked(ProgressMonitorWrapper.java:94)
at org.eclipse.core.runtime.SubProgressMonitor.internalWorked(SubProgressMonitor.java:155)
at org.eclipse.core.runtime.SubProgressMonitor.worked(SubProgressMonitor.java:181)
at org.eclipse.core.runtime.SubMonitor$RootInfo.worked(SubMonitor.java:284)
at org.eclipse.core.runtime.SubMonitor.internalWorked(SubMonitor.java:570)
at org.eclipse.core.runtime.ProgressMonitorWrapper.internalWorked(ProgressMonitorWrapper.java:94)
at org.eclipse.core.runtime.SubProgressMonitor.done(SubProgressMonitor.java:139)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1812)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
at org.eclipse.ui.internal.editors.text.WorkspaceOperationRunner.run(WorkspaceOperationRunner.java:75)
at org.eclipse.ui.internal.editors.text.WorkspaceOperationRunner.run(WorkspaceOperationRunner.java:65)
at org.eclipse.ui.editors.text.TextFileDocumentProvider.executeOperation(TextFileDocumentProvider.java:456)
at org.eclipse.ui.editors.text.TextFileDocumentProvider.saveDocument(TextFileDocumentProvider.java:772)
at org.eclipse.compare.SharedDocumentAdapter.saveDocument(SharedDocumentAdapter.java:106)
at org.eclipse.team.internal.ui.synchronize.EditableSharedDocumentAdapter.saveDocument(EditableSharedDocumentAdapter.java:136)
at org.eclipse.team.internal.ui.synchronize.LocalResourceTypedElement.saveDocument(LocalResourceTypedElement.java:200)
at org.eclipse.team.internal.ui.synchronize.LocalResourceTypedElement.commit(LocalResourceTypedElement.java:84)
at org.eclipse.team.internal.ui.synchronize.LocalResourceSaveableComparison.performSave(LocalResourceSaveableComparison.java:136)
at org.eclipse.team.ui.mapping.SaveableComparison.doSave(SaveableComparison.java:49)
at org.eclipse.ui.Saveable.doSave(Saveable.java:214)
at org.eclipse.ui.internal.SaveableHelper.doSaveModel(SaveableHelper.java:346)
at org.eclipse.ui.internal.SaveableHelper$3.run(SaveableHelper.java:193)
at org.eclipse.ui.internal.SaveableHelper$5.run(SaveableHelper.java:274)
Comment 1 Tomasz Zarna CLA 2009-05-05 04:09:43 EDT

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