Bug 82253 - [5.0] Signature#getSimpleName(String) inserts superfluous whitespace characters
Summary: [5.0] Signature#getSimpleName(String) inserts superfluous whitespace characters
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.1 M5   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 81380 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-01-05 11:32 EST by Tobias Widmer CLA
Modified: 2005-02-16 09:58 EST (History)
0 users

See Also:


Attachments

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