Bug 85900 - [1.5] [compiler] internal compiler reports name clash
Summary: [1.5] [compiler] internal compiler reports name clash
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.1 M6   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-19 09:41 EST by Ralf Behle CLA
Modified: 2005-03-31 08:40 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 Ralf Behle CLA 2005-02-19 09:41:28 EST
Internal compiler reports a name clash for the definition of putAll. Javac does
not report any bug for the given example.

import java.util.*;

public class A extends LinkedHashMap<String, String> {
	public Object putAll(Map<String,String> a){
		return null;
	}
}
Comment 1 Kent Johnson CLA 2005-03-11 13:40:38 EST
Added MethodVerify test048
Comment 2 David Audel CLA 2005-03-31 08:40:15 EST
Verified in I20050330-0500