[
https://issues.apache.org/jira/browse/IGNITE-3682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15929845#comment-15929845
]
Vladimir Ozerov commented on IGNITE-3682:
-----------------------------------------
[~daradurvs], I would skip this task for now and wait for all other major
tickets targeted for 2.0 to be merged. The reason for this is that {{GridFunc}}
is one of the most used classes all over the project and even minor changes to
it might cause lot's of conflicts in other tickets.
Answering your questions:
1) There is separate ticket for removal of unused methods.
2) {{GridFunc}} should not be deprecated because it will contain some useful
methods still.
> GridFunc: move all inner anonymous classes to separate top-level classes.
> -------------------------------------------------------------------------
>
> Key: IGNITE-3682
> URL: https://issues.apache.org/jira/browse/IGNITE-3682
> Project: Ignite
> Issue Type: Task
> Components: general
> Affects Versions: 1.6
> Reporter: Vladimir Ozerov
> Assignee: Vyacheslav Daradur
> Labels: important
> Fix For: 2.0
>
>
> Otherwise almost any change to class {{GridFunc}} will lead to serialization
> issues because we have no control over inner class names.
> E.g. if removed single anonymous class, another anonymous class might change
> it's name from {{GridFunc$4}} to {{GridFunc$3}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)