Bug 87725

Summary: General support for creating parameterized type and wildcard type from string.
Product: [Eclipse Project] JDT Reporter: Theodora Yeung <tyeung>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Theodora Yeung CLA 2005-03-10 18:11:06 EST
Currently, one could use the API in AST.java to build a parameterized type 
that does not have type argugments and wildcard type that does not have a 
bound. This request is to extend the feature to support building of any legal 
paramterized type and wildcard type.

For example: Support creation of parameterized type from the 
string "java.util.HashMap<java.lang.String, java.lang.String>" and to support 
creating of wildcard type from the string "java.util.Collection<? extends 
java.util.List>"
Comment 1 Theodora Yeung CLA 2005-07-11 19:59:15 EDT
Problem resolved with new API BindingKey.createParameteredTypeBindingKey() and
BindingKey.createWilcardTypeBindingKey(). Marking bug as resolved. 

Comment 2 Theodora Yeung CLA 2005-10-20 18:22:18 EDT
Problem resolved. Closing bug
Comment 3 Frederic Fusier CLA 2006-04-14 10:26:03 EDT
Reopen to set correct resolution
Comment 4 Frederic Fusier CLA 2006-04-14 10:26:30 EDT

*** This bug has been marked as a duplicate of 83502 ***