Bug 3607

Summary: Open Type: can't enter fully qualified name (1GCJUJX)
Product: [Eclipse Project] JDT Reporter: Erich Gamma <erich_gamma>
Component: UIAssignee: Claude Knaus <Claude_Knaus>
Status: VERIFIED FIXED QA Contact:
Severity: minor    
Priority: P4    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Erich Gamma CLA 2001-10-10 22:57:54 EDT
EG (4/21/2001 4:17:12 PM)
	it should be possible to enter fully qualified name

NOTES:

PA (5/31/01 2:44:32 PM)
	it isn't.

MA (15.08.2001 18:10:01)
	Filter with the simple name from the current entered name, and select the package using the qualifier.
Comment 1 Martin Aeschlimann CLA 2001-10-16 11:15:40 EDT
moved to 'active'
Comment 2 Martin Aeschlimann CLA 2001-11-12 05:35:36 EST
CK has the type dialog now!
Comment 3 Claude Knaus CLA 2001-11-14 09:28:43 EST
fixed in 20011114

Behaviour:
  1) pattern does not include any periods:
     Same behaviour as usual (all packages match, prefix matching of type).

  2) pattern includes periods:
     The last period is picked as the splitting point
     between qualifier and type.

     The implicit prefix matching if 1) is turned off.
     This allows to paste a FQTN and to see only one matching result (or
     none).     

     To see for example all types of java.lang, the pattern would
     be "java.lang.*".