Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 172269 - Compare is filling up my log
Summary: Compare is filling up my log
Status: RESOLVED DUPLICATE of bug 172199
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 3.3   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: 2007-01-31 00:34 EST by Wassim Melhem CLA
Modified: 2007-01-31 13:11 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 Wassim Melhem CLA 2007-01-31 00:34:33 EST
Build id: I20070130-0800

Not sure if this is a Compare or a Workbench issue.

But using said build, every time I do a synchronize with HEAD and double-click on an incoming change in the Synchronize view to open the compare-diff editor, a warning like the following is logged.  My log is now full:

Warning
Wed Jan 31 00:33:04 EST 2007
Ignored attempt to remove a saveable when no saveables were known

org.eclipse.core.runtime.AssertionFailedException: unknown saveable: org.eclipse.team.ui.synchronize.SaveableCompareEditorInput$InternalResourceSaveableComparison@df12c171 from part: org.eclipse.compare.internal.CompareEditor@166a3b0
at org.eclipse.ui.internal.SaveablesList.logWarning(SaveablesList.java:177)
at org.eclipse.ui.internal.SaveablesList.removeModel(SaveablesList.java:156)
at org.eclipse.ui.internal.SaveablesList.removeModels(SaveablesList.java:260)
at org.eclipse.ui.internal.SaveablesList.handleLifecycleEvent(SaveablesList.java:230)
at org.eclipse.team.ui.synchronize.SaveableCompareEditorInput.contentsCreated(SaveableCompareEditorInput.java:138)
at org.eclipse.team.internal.ui.mapping.ModelCompareEditorInput.contentsCreated(ModelCompareEditorInput.java:74)
at org.eclipse.compare.CompareEditorInput.createContents(CompareEditorInput.java:463)
at org.eclipse.compare.internal.CompareEditor.createCompareControl(CompareEditor.java:366)
at org.eclipse.compare.internal.CompareEditor.access$2(CompareEditor.java:336)
at org.eclipse.compare.internal.CompareEditor$3.run(CompareEditor.java:295)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3442)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3082)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2099)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2063)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:1969)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:456)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:228)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:451)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416)
at org.eclipse.equinox.launcher.Main.run(Main.java:1124)
at org.eclipse.equinox.launcher.Main.main(Main.java:1099)
Comment 1 Michael Valenta CLA 2007-01-31 13:11:45 EST

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