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: Tom Tromey <tromey at redhat dot com>
- To: Kyle Galloway <kgallowa at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Tue, 15 May 2007 13:58:09 -0600
- Subject: Re: [RFA/JDWP] Fix ReferenceType.Methods for Interfaces
- References: <4644C657.4090700@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "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.
Tom