Bug 3251

Summary: Types not included in code assist list for import (1GD06W9)
Product: [Eclipse Project] JDT Reporter: Randy Giffen <Randy_Giffen>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: All   
OS: Windows 98   
Whiteboard:

Description Randy Giffen CLA 2001-10-10 22:52:01 EDT
1) Enter the following as the first line in the Java editor

import java.util.

2) Trigger code assist after the second period.
3) Note that only packages are included in the list.
4) Now change it to:
import java.util.V
and trigger code assist after the V
5. Note that the type is in the list.

NOTES:
DA (6/20/01 11:19:50 AM)
	Problem still exist in build 0.125.
Comment 1 DJ Houghton CLA 2001-10-23 23:52:58 EDT
PRODUCT VERSION:
0.101

Comment 2 David Audel CLA 2001-10-29 07:08:55 EST
Fixed