]
Divya Mehra updated ISPN-4007:
------------------------------
Labels: 630 (was: )
ReflectionUtil.findMethod returns wrong class name in exception
---------------------------------------------------------------
Key: ISPN-4007
URL:
https://issues.jboss.org/browse/ISPN-4007
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 6.0.1.Final
Reporter: Dennis Reed
Assignee: Dan Berindei
Labels: 630
ReflectionUtil#findMethod (both versions) recursively call up the superclass chain to
look for a method until they get to Object or an interface.
If the method is not found, the thrown exception will always be for java.lang.Object or
the interface, instead of the actual class that was originally passed in.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: