[infinispan-issues] [JBoss JIRA] (ISPN-4007) ReflectionUtil.findMethod returns wrong class name in exception

Dennis Reed (JIRA) issues at jboss.org
Thu Feb 13 15:07:28 EST 2014


Dennis Reed created ISPN-4007:
---------------------------------

             Summary: 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


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: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list