Bug 68838

Summary: [1.5] AST: Missing bindings in type parameters
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Martin Aeschlimann CLA 2004-06-29 05:05:41 EDT
20040629

1. Look at the following code in the AST view (1.5 mode):
   the type parameters 'Y' and 'X' have no binding

public abstract class C<Y,X> implements Comparator<X> {

}
Comment 1 Olivier Thomann CLA 2004-08-09 11:57:45 EDT
*** Bug 69133 has been marked as a duplicate of this bug. ***
Comment 2 Olivier Thomann CLA 2004-08-13 16:09:08 EDT
Fixed and released in HEAD.
Regression test added.
Comment 3 David Audel CLA 2004-09-22 06:39:19 EDT
Verified in I200409212000.