Bug 160520 - [compiler] Should better locate overriding return type conflict onto return type reference
Summary: [compiler] Should better locate overriding return type conflict onto return t...
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M4   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 165913
  Show dependency tree
 
Reported: 2006-10-11 13:29 EDT by Philipe Mulet CLA
Modified: 2006-12-12 13:33 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 2006-10-11 13:29:14 EDT
3.3M2

Following code generates a complaint against entire header of X#foo(), where only its return type reference should be blamed.

interface I {
	String foo();
}
public class X implements I {
	void foo() throws NullPointException {}
}
Comment 1 Olivier Thomann CLA 2006-11-24 12:17:25 EST
Released for 3.3M4
Comment 2 Olivier Thomann CLA 2006-11-24 12:17:38 EST
Updated existing regression tests.
Comment 3 Frederic Fusier CLA 2006-12-12 13:33:23 EST
Verified for 3.3 M4 using build I20061212-0010.