Bug 26259 - Errors reported on save which go aways on rebuild
Summary: Errors reported on save which go aways on rebuild
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 critical (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-14 06:19 EST by Dani Megert CLA
Modified: 2002-11-14 12:10 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 Dani Megert CLA 2002-11-14 06:19:54 EST
Build 20021113

0. Enable auto-build
1. In default package create A
2. In default package create B
3. Add a new method to B with the following body:
   A myA= new A();
4. Save
==> error is reported
5. Rebuild the project
==> error goes away

Note
- does not happen in "normal" packages
- nothing .log
Comment 1 Dani Megert CLA 2002-11-14 06:20:42 EST
I'm using the patch which Pilippe posted to the mailing list.
Comment 2 Philipe Mulet CLA 2002-11-14 07:53:08 EST
Please investigate asap.
Comment 3 Kent Johnson CLA 2002-11-14 11:36:00 EST
Fixed.

IProject is not an IFolder... we now test for IContainer to catch both cases.
Comment 4 Jerome Lanneluc CLA 2002-11-14 12:10:55 EST
Verified