Bug 68838 - [1.5] AST: Missing bindings in type parameters
Summary: [1.5] AST: Missing bindings in type parameters
Status: VERIFIED FIXED
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 M2   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 69133 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-06-29 05:05 EDT by Martin Aeschlimann CLA
Modified: 2004-09-22 06:39 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-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.