[
https://issues.apache.org/jira/browse/IGNITE-2935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov updated IGNITE-2935:
------------------------------------
Fix Version/s: (was: 1.6)
1.7
> GridFunc: Identify safe methods and move them to a new class.
> -------------------------------------------------------------
>
> Key: IGNITE-2935
> URL: https://issues.apache.org/jira/browse/IGNITE-2935
> Project: Ignite
> Issue Type: Sub-task
> Components: general
> Affects Versions: 1.5.0.final
> Reporter: Vladimir Ozerov
> Assignee: Vladimir Ozerov
> Labels: performance
> Fix For: 1.7
>
>
> 1) Create new class. E.g. {{LangUtils}}.
> 2) Move all non-deprecated methods to it.
> 3) Replace all usages of deprecated methods from "F." to "GridFunc."
> 4) Remove unsafe methods.
> 5) Change {{F}} class to extend {{LangUtils}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)