Bug 73970 - [1.5][dom] overloaded parameterized methods have same method binding key
Summary: [1.5][dom] overloaded parameterized methods have same method binding key
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 M4   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-15 05:57 EDT by Markus Keller CLA
Modified: 2004-12-14 12:32 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 2004-09-15 05:57:51 EDT
I200409140800

All three methods m(..) have a method binding with the same key "q/Y/voidm(E)".

class Y {
	<E extends Object> void m(E e) {}
	<E extends Number> void m(E e) {}
	<E extends String> void m(E e) {}
}
Comment 1 Frederic Fusier CLA 2004-10-28 06:34:51 EDT
Still occurs with build I200410260800.
Comment 2 Jerome Lanneluc CLA 2004-11-08 07:09:49 EST
Changed method binding key to include the type parameters.
Added regression test ASTConverter15Test#test0060()
Comment 3 Frederic Fusier CLA 2004-12-14 12:32:42 EST
Verified for 3.1 M4 using build I200412140800.