You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Galen O'Sullivan (JIRA)" <ji...@apache.org> on 2018/04/25 18:25:00 UTC

[jira] [Created] (GEODE-5140) Remove VM.invoke(Class, ...) and VM.invokeAsync(Class, ...) methods

Galen O'Sullivan created GEODE-5140:
---------------------------------------

             Summary: Remove VM.invoke(Class, ...) and VM.invokeAsync(Class, ...) methods
                 Key: GEODE-5140
                 URL: https://issues.apache.org/jira/browse/GEODE-5140
             Project: Geode
          Issue Type: Improvement
          Components: tests
            Reporter: Galen O'Sullivan


These methods are deprecated and they obscure method usage and inhibit static analysis tools. It should be a pretty mechanical refactor and make our code clearer.

We should remove:
* {{VM.invoke(Class, String)}}
* {{VM.invoke(Class, String, Object[])}}
* {{VM.invokeAsync(Class, String)}}
* {{VM.invokeAsync(Class, String, Object[])}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)