dcorking / google-wave-resources

Automatically exported from code.google.com/p/google-wave-resources
0 stars 0 forks source link

Bug: Cannot further subclass AbstractRobot #711

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
https://groups.google.com/group/google-wave-api/browse_thread/thread/dc02e87412e
37835#

I noticed that in http://code.google.com/p/wave-robot-java-
client/source/browse/trunk/src/com/google/wave/api/AbstractRobot.java

line 956 - overridenMethod = 
this.getClass().getDeclaredMethod(baseMethod.getName(), ...

with getDeclaredMethod(), it doesn't get the inherited methods, we probably 
need to use 
Class.getMethods() instead.

Original issue reported on code.google.com by austin.c...@gmail.com on 31 Mar 2010 at 11:45

GoogleCodeExporter commented 9 years ago

Original comment by austin.c...@gmail.com on 5 Apr 2010 at 11:47

GoogleCodeExporter commented 9 years ago
This was fixed in the latest client library push. Please download the new zip.

Original comment by pamela.fox on 8 Apr 2010 at 9:45