Bug 8809 - Code assist with class folders does not work
Summary: Code assist with class folders does not work
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows NT
: P1 normal (vote)
Target Milestone: 2.0 M4   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-31 04:01 EST by Dani Megert CLA
Modified: 2002-02-25 09:52 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-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