Bug 75156 - [1.5] wrong diagnosis for method override
Summary: [1.5] wrong diagnosis for method override
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 M3   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-28 07:39 EDT by Philipe Mulet CLA
Modified: 2004-11-04 04: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 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