Bug 26259

Summary: Errors reported on save which go aways on rebuild
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: critical    
Priority: P3 CC: philippe_mulet
Version: 2.1   
Target Milestone: 2.1 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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