Bug 3251 - Types not included in code assist list for import (1GD06W9)
Summary: Types not included in code assist list for import (1GD06W9)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 98
: P2 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:52 EDT by Randy Giffen CLA
Modified: 2002-01-11 09:22 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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