Bug 18421 - [EditorMgmt] Error Restoring Editor when deleting project after restart
Summary: [EditorMgmt] Error Restoring Editor when deleting project after restart
Status: CLOSED DUPLICATE of bug 41431
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P4 trivial (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact: Remy Suen CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-31 05:13 EDT by Jerome Lanneluc CLA
Modified: 2010-11-04 08:47 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2002-05-31 05:13:32 EDT
Build 20020530

1. Create Java project Test
2. Create cu X.java and leave the editor open
3. Create cu Y.java and leave the editor open
4. Exit workbench
5. Restart workbench
6. Delete project Test
Observe: You get the following dialog:
Error Restoring Editor
Unable to restore: X.java

and the following entry in the log:
!ENTRY org.eclipse.ui 4 4 May 31, 2002 11:18:48.283
!MESSAGE Unable to restore editor - cannot instantiate input element: 
org.eclipse.ui.part.FileEditorInputFactory
!ENTRY org.eclipse.jdt.ui 4 1 May 31, 2002 11:19:04.116
!MESSAGE Child not present
!SUBENTRY 1 org.eclipse.jdt.core 4 969 May 31, 2002 11:19:04.116
!MESSAGE Test does not exist.
Comment 1 Kai-Uwe Maetzel CLA 2002-06-03 12:10:23 EDT
Java Editors use IFileEditorInput and thus rely on workbench mechanisms. 
However the problem is not critical as the behavior the user observes is 
correct and does not result in any further error. Moving to platform.
Comment 2 Eduardo Pereira CLA 2002-09-04 11:13:43 EDT
That is the expected behaviour. But we should not log anything to the log file.
Comment 3 Michael Van Meekeren CLA 2006-04-21 13:58:28 EDT
Moving Dougs bugs
Comment 4 Susan McCourt CLA 2009-07-09 19:01:55 EDT
As per http://wiki.eclipse.org/Platform_UI/Bug_Triage_Change_2009
Comment 5 Boris Bokowski CLA 2009-11-17 13:01:54 EST
Remy is now responsible for watching the [EditorMgmt] component area.
Comment 6 Dani Megert CLA 2010-11-04 08:47:49 EDT

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