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

Summary: Provide API for getting 'display name' of TypeMirror
Product: java Reporter: Martin Adamek <madamek>
Component: SourceAssignee: Rastislav Komara <moonko>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.