]
William Burns updated ISPN-9245:
--------------------------------
Status: Open (was: New)
ReflectionUtil.getAllMethods misses interfaces extended by another
interface
----------------------------------------------------------------------------
Key: ISPN-9245
URL:
https://issues.jboss.org/browse/ISPN-9245
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.3.0.Beta1
Reporter: William Burns
Assignee: William Burns
Fix For: 9.3.0.CR1
ReflectionUtil.getAllMethods that returns all methods that have a given annotation on it
will not return methods from an interface that was extended another and the implementing
class doesn't define the super interface.