Bug 8809

Summary: Code assist with class folders does not work
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1 CC: srich
Version: 2.0   
Target Milestone: 2.0 M4   
Hardware: PC   
OS: Windows NT   
Whiteboard:

Description Dani Megert CLA 2002-01-31 04:01:23 EST
Create J project J with class folder X that has JUnit class files
Create J project B with X on build path
Create a new class in B:
public class JTest {
 junit.framework.
}
I started code assist and it worked up to packages but failed on the types.
Comment 1 Philipe Mulet CLA 2002-01-31 05:44:42 EST
Should be an issue in the namelookup/searchable environment.
Comment 2 David Audel CLA 2002-02-25 09:52:09 EST
Code assist call SearchEngine to find type.
JavaSearchScope use the index file of the project instead of the index file of 
the class folder.

Fixed