This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 90968 - Provide API for getting 'display name' of TypeMirror
Summary: Provide API for getting 'display name' of TypeMirror
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-12 15:52 UTC by Martin Adamek
Modified: 2009-02-03 10:58 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Adamek 2006-12-12 15:52:45 UTC
Please provide such API where for example for TypeMirror representing
List<String> I will get as result String "java.util.List<java.lang.String>". I
am not sure that  'display name' is the right term :-)
Comment 1 Rastislav Komara 2009-02-03 10:58:20 UTC
Overtake.