On 9 sep 2013, at 19:00, Joel Borggrén-Franck <joel.fra...@oracle.com> wrote:
> The issue is that since we added static methods to interfaces those have > erroneously been reflected in getMethods of implementing classes. This fix > filters out static interface methods from superinterfaces when adding > methods. I have also added a note to the javadoc for both getMembers and > getDeclaredMembers pointing this out (though it is implied from JLS). Correcting myself, I added a note to getMethods() and getMethod(String name …) getDeclaredMethod{s} shouldn't need a note. cheers /Joel