This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JDWP] Fix ReferenceType.Methods for Interfaces
- From: Kyle Galloway <kgallowa at redhat dot com>
- To: tromey at redhat dot com
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Thu, 17 May 2007 15:09:15 +0000
- Subject: Re: [RFA/JDWP] Fix ReferenceType.Methods for Interfaces
- References: <4644C657.4090700@redhat.com> <m3tzudluzy.fsf@fleche.redhat.com>
Tom Tromey wrote:
>>>>>> "Kyle" == Kyle Galloway <kgallowa@redhat.com> writes:
>>>>>>
>
> Kyle> Currently, since the id is immediately cast into a ClassReferenceTypeId,
> Kyle> this method will fail for Interfaces. This patch, which is already in
> Kyle> Classpath, fixes this by removing the cast and using a generic
> Kyle> RegerenceTypeId. This allows Interface methods to be properly retrieved.
>
> Ok, thanks.
>
This has been checked in.
Thanks,
Kyle