Bug 82253

Summary: [5.0] Signature#getSimpleName(String) inserts superfluous whitespace characters
Product: [Eclipse Project] JDT Reporter: Tobias Widmer <tobias_widmer>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M5   
Hardware: PC   
OS: All   
Whiteboard:

Description Tobias Widmer CLA 2005-01-05 11:32:25 EST
20050104:

Steps to reproduce:
- Open a class containing a member of type List<?>
- Show class eg. in outline

The result is List<? > and not as expected List<?>
Comment 1 Olivier Thomann CLA 2005-01-05 12:00:03 EST
The space should only be added for bounded wildcard.
Comment 2 Olivier Thomann CLA 2005-01-05 12:03:35 EST
Fixed and released in HEAD.
Regression test added in SignatureTests.testGetSimpleName().
Comment 3 Tobias Widmer CLA 2005-01-05 12:06:00 EST
That's what I call quickfix ;-)
Comment 4 Olivier Thomann CLA 2005-01-05 15:02:57 EST
*** Bug 81380 has been marked as a duplicate of this bug. ***
Comment 5 David Audel CLA 2005-02-16 09:58:27 EST
Verified in I20050215-2300