You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Ivan Bessonov (JIRA)" <ji...@apache.org> on 2018/11/01 13:40:00 UTC

[jira] [Created] (IGNITE-10115) Remove excessive "setAccessible(oldAccessible)" in GridTestUtils

Ivan Bessonov created IGNITE-10115:
--------------------------------------

             Summary: Remove excessive "setAccessible(oldAccessible)" in GridTestUtils
                 Key: IGNITE-10115
                 URL: https://issues.apache.org/jira/browse/IGNITE-10115
             Project: Ignite
          Issue Type: Improvement
            Reporter: Ivan Bessonov
            Assignee: Ivan Bessonov
             Fix For: 2.8


Methods likeĀ org.apache.ignite.testframework.GridTestUtils#setFieldValue(java.lang.Object, java.lang.String, java.lang.Object) return old state of Field objects but that doesn't make any sense. Removing such actions will make code more clear and effective.



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