This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Reflection doesn't work across interfaces
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 31 Mar 2004 14:59:38 -0700
- Subject: Re: Reflection doesn't work across interfaces
- References: <200403261110.i2QBAMib011309@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
Andrew> This is pretty amazing, but I've discovered that Method.invoke()
Andrew> doesn't work when the Method is in an interface.
Sorry, for some reason I assumed you'd just check this in.
Plus I'm exceptionally out of it this week.
This patch is fine.
Curious that the existing Mauve test for this passes. Perhaps it is
by accident. Or maybe it doesn't pass, I haven't looked at Mauve
results in quite some time. BTW I'd like it if the new test went in
Mauve...
Tom