Bug 87725 - General support for creating parameterized type and wildcard type from string.
Summary: General support for creating parameterized type and wildcard type from string.
Status: RESOLVED DUPLICATE of bug 83502
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.1 M6   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-10 18:11 EST by Theodora Yeung CLA
Modified: 2006-04-14 10:26 EDT (History)
0 users

See Also:


Attachments

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