You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/14 15:32:00 UTC

[jira] [Created] (IGNITE-12289) TestBinaryContext should be removed from production code

Maxim Muzafarov created IGNITE-12289:
----------------------------------------

             Summary: TestBinaryContext should be removed from production code
                 Key: IGNITE-12289
                 URL: https://issues.apache.org/jira/browse/IGNITE-12289
             Project: Ignite
          Issue Type: Task
            Reporter: Maxim Muzafarov
             Fix For: 2.9


Currently, `TestBinaryContext` is used only for testing. It is not the right way to keep such classes in production code since it can lead to unpredictable issues.
Also, making inner static classes `public` violates coding best practices. 

`TestBinaryContext` should be moved to the test environment and used only there.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)