Bug 273862

Summary: [1.7][compiler] Return type should NOT be used to decide method duplicates
Product: [Eclipse Project] JDT Reporter: Kent Johnson <kent_johnson>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: david_audel, jarthana, srikanth_sankaran
Version: 3.5   
Target Milestone: 3.5 M7   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Proposed patch and testcases none

Description Kent Johnson CLA 2009-04-27 10:50:24 EDT
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6182950

b55 of JDK 7 fixes this bug which incorrectly used the return type to decide if 2 methods were duplicates.
Comment 1 Kent Johnson CLA 2009-04-27 10:51:34 EDT
Created attachment 133368 [details]
Proposed patch and testcases
Comment 2 Kent Johnson CLA 2009-04-27 10:53:03 EDT
Fix and tests released for 3.5M7
Comment 3 Jay Arthanareeswaran CLA 2009-04-29 05:05:12 EDT
Verified for 3.5M7 using build I20090428-0100