| Summary: | [1.5] eclipse does not detect ambiguous method invocation errors | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Markus Keller <markus.kell.r> |
| Component: | Core | Assignee: | Kent Johnson <kent_johnson> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.1 | ||
| Target Milestone: | 3.1 RC2 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Markus Keller
On line: AA<Object> res1= bb.test(); // different errors Our latest reports: Type mismatch: cannot convert from BB to AA<Object> as does javac. We now detect the ambiguous methods. The type mismatches are only detected after a valid method is found. Added GenericType test706 Verified using N20050606-0010 + JDT/Core HEAD Verified for 3.1 RC2 using build I20050610-0010 close |