Bug 83102

Summary: Unequal bindings have same key (type declaration / reference with type variable)
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.