Bug 44439 - Error message when saving a java file in a "Simple project".
Summary: Error message when saving a java file in a "Simple project".
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M9   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-08 10:12 EDT by norpe CLA
Modified: 2004-05-10 10:07 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 norpe CLA 2003-10-08 10:12:41 EDT
It is not possible to save a java file in a "Simple project" without first
getting an error dialog.

To reproduce the bug:

1. Create a "Simple project" in Eclipse (named TestProject).
2. Add a java source file to the project. The file can be imported or copied
into the project.
3. Open the java source file in Eclipse.
4. Change something in the java editor to enable save.
5. Save the editor. An error dialog is displayed with the title "Save problems"
and the message "Save could not be completed. Reason: TestProject does not
exist." If you press ok and tries to save once more the editor is saved without
errors.


The error only occurs the first time you try to save the file.

The error does not occur in Eclipse 2.1.1 for example.


Message from the Eclipse log file (.log):

!ENTRY org.eclipse.jdt.core 4 969 okt 08, 2003 15:47:01.600
!MESSAGE TestProject does not exist.
Comment 1 Philipe Mulet CLA 2003-10-09 11:08:03 EDT
Extra logging is a nit, we should get rid of it at some point. But save failure 
is troublesome. Need to reproduce.
Comment 2 David Audel CLA 2003-10-09 11:13:50 EDT
Which build of eclipse are you using ?
Comment 3 norpe CLA 2003-10-09 11:18:27 EDT
3.0 Stream Stable Build	3.0M3 Thu, 28 Aug 2003 -- 18:13 (-0400)
Comment 4 David Audel CLA 2003-10-09 12:33:33 EDT
Save failure is already corrected. (see bug 41583)

But there logging of "TestProject does not exist" is still here.
Comment 5 David Audel CLA 2004-05-10 10:07:23 EDT
No more logging in I20040506

Closed