[RFA/JDWP] Fix ReferenceType.Methods for Interfaces
Tom Tromey
tromey@redhat.com
Tue May 15 20:23:00 GMT 2007
>>>>> "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
More information about the Java-patches
mailing list