Bug 75156

Summary: [1.5] wrong diagnosis for method override
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M3   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Philipe Mulet CLA 2004-09-28 07:39:39 EDT
Build 3.1m2

Following testcase should report a name clash:

import java.util.List;

public class X extends X2 {
	void foo(List<X> lx) { }
}

abstract class X2 {
	void foo(List<Object> lo) { }
}
Comment 1 Philipe Mulet CLA 2004-09-28 07:44:26 EDT
Added GenericTypeTest#test310-312 (with some variations)
Comment 2 Kent Johnson CLA 2004-10-28 15:09:09 EDT
fixed.
Comment 3 David Audel CLA 2004-11-04 04:22:58 EST
Verified for 3.1M3 with build I20041102