https://issues.apache.org/bugzilla/show_bug.cgi?id=56797
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56797
--- Comment #3 from Christopher Schultz ---
Aw, crap. I missed that, obviously. It's always easier to run a unit test when
it comes in a self-contained example. ;)
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56797
--- Comment #2 from S. Dabek ---
The test-code is fine. Of course, it won't compile if you don't extend
TesterBeanAA from TesterBeanA.
Just add the code to the test-classes of the same name in the tomcat7 trunk.
And of course an overriden
https://issues.apache.org/bugzilla/show_bug.cgi?id=56797
--- Comment #1 from Christopher Schultz ---
That's because the method is ambiguous. Even Java can't figure it out.
Something is wrong with your sample code: it won't compile.
public class AmbiguousTest
{
public static class TesterBean