[jira] [Created] (IGNITE-2935) GridFunc: Identify safe methods and move them to a new class.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-2935) GridFunc: Identify safe methods and move them to a new class.

Anton Vinogradov (Jira)
Vladimir Ozerov created IGNITE-2935:
---------------------------------------

             Summary: 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
             Fix For: 1.6


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)