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)