Bug 68613 - [1.5] Signature.toString returns wrong cased type parameter
Summary: [1.5] Signature.toString returns wrong cased type parameter
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M1   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-25 10:15 EDT by Martin Aeschlimann CLA
Modified: 2004-10-27 06:48 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Aeschlimann CLA 2004-06-25 10:15:33 EDT
20040625

The variable type of
	Stack< List<Object>> stack
is (in signature notation) "QStack<QList<QObject;>;>;

Signature.toString("QStack<QList<QObject;>;>;") returns
Stack<list>
Comment 1 Jerome Lanneluc CLA 2004-06-25 11:27:12 EDT
Martin, Signature.toString("QStack<QList<QObject;>;>;")  
returns "Stack<List<Object>>" as expected. Are you certain that is the 
problem ?
Comment 2 Martin Aeschlimann CLA 2004-06-25 12:23:23 EDT
sorry, you are right. My conclusion was to quick. The problem is introduced 
later, in our code!