Bug 83102 - Unequal bindings have same key (type declaration / reference with type variable)
Summary: Unequal bindings have same key (type declaration / reference with type variable)
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M6   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-18 10:43 EST by Markus Keller CLA
Modified: 2005-03-08 09:22 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2005-01-18 10:43:44 EST
I20050112-1200 + jdt.core v_532

Unequal bindings have same key (type declaration in "class Top<E>" vs.
type reference "extends Top<E>"):

A.java:
class A<E extends Number> extends Top<E> { }
class Top<E> { }
Comment 1 Jerome Lanneluc CLA 2005-03-08 07:25:38 EST
Verified in latest that the 2 keys are different. 
OK to close ?
Comment 2 Markus Keller CLA 2005-03-08 08:14:18 EST
OK to close. Looks like this issue has been resolved in the meantime.
Comment 3 Jerome Lanneluc CLA 2005-03-08 09:22:53 EST
Thanks. Closing.