You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/11/30 10:40:59 UTC

[jira] [Updated] (IGNITE-3682) GridFunc: move all inner anonymous classes to separate top-level classes.

     [ https://issues.apache.org/jira/browse/IGNITE-3682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov updated IGNITE-3682:
------------------------------------
    Priority: Major  (was: Critical)

> 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
>              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.4#6332)