[
https://issues.apache.org/jira/browse/IGNITE-8408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Goncharuk resolved IGNITE-8408.
--------------------------------------
Resolution: Fixed
Fix Version/s: 2.5
Merged to master and ignite-2.5
> IgniteUtils.invoke does not look list superclass methods
> --------------------------------------------------------
>
> Key: IGNITE-8408
> URL: https://issues.apache.org/jira/browse/IGNITE-8408
> Project: Ignite
> Issue Type: Bug
> Reporter: Alexey Goncharuk
> Assignee: Alexey Goncharuk
> Priority: Major
> Fix For: 2.5
>
>
> {code}
> for (Class<?> c = cls != null ? cls : obj.getClass(); cls !=
> Object.class; cls = cls.getSuperclass()) {
> Method mtd = null;
> for (Method declaredMtd : c.getDeclaredMethods()) {
> ...
> {code}
> The loop traverses class hierarchy, but always checks the original class
> methods.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)