Bug 81380

Summary: [5.0][model] Superfluos space in wildcard signature
Product: [Eclipse Project] JDT Reporter: Tobias Widmer <tobias_widmer>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: minor    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M5   
Hardware: PC   
OS: All   
Whiteboard:

Description Tobias Widmer CLA 2004-12-16 06:19:40 EST
200412142000:

- Open List<E>
- Navigate to removeAll(Collection<?>)
-> Signature shows additional space in Collection<? >
Comment 1 Martin Aeschlimann CLA 2004-12-17 06:03:14 EST
We're using what Signature.toString returns.

Moving to jdt.core.
If jdt.core dosn't want to get in the rendering business move the bug report
back and I'll change the code to analyse the signature myself
Comment 2 Olivier Thomann CLA 2005-01-05 15:02:56 EST

*** This bug has been marked as a duplicate of 82253 ***