Bug 18190 - add a new PackageFragmentRoot does not update the name lookup of depedent project
Summary: add a new PackageFragmentRoot does not update the name lookup of depedent pro...
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 F2   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-29 11:57 EDT by David Audel CLA
Modified: 2002-06-03 10:03 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 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.