Bug 18190

Summary: add a new PackageFragmentRoot does not update the name lookup of depedent project
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 F2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description David Audel CLA 2002-05-29 11:57:50 EDT
1) create a project P1 with a source folder 'src1' and a binary folder 'bin'.
2) create a project P2 which depend of P1.
3) create a class A in P2.
----------------
import p1.*;
public class A {
}
----------------
4) edit .classpath and add a source folder src2 in P1.
5) add folder src2 in the Window explorer.
6) add a folder p1 inside.
7) do a refresh.
8) force A to reconcile.
'import p1.*;' is highligted but there is no compile error.
Comment 1 David Audel CLA 2002-05-29 12:05:34 EDT
Fixed.
Comment 2 Philipe Mulet CLA 2002-06-03 10:03:25 EDT
Verified.