Bug 68613

Summary: [1.5] Signature.toString returns wrong cased type parameter
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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!