You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metamodel.apache.org by "Kasper Sørensen (JIRA)" <ji...@apache.org> on 2016/04/21 18:26:25 UTC

[jira] [Created] (METAMODEL-242) Deserialization will yield the wrong replacement-class for legacy OperatorType class

Kasper Sørensen created METAMODEL-242:
-----------------------------------------

             Summary: Deserialization will yield the wrong replacement-class for legacy OperatorType class
                 Key: METAMODEL-242
                 URL: https://issues.apache.org/jira/browse/METAMODEL-242
             Project: Apache MetaModel
          Issue Type: Bug
            Reporter: Kasper Sørensen
            Assignee: Kasper Sørensen


LegacyDeserializationObjectInputStream seems to have a copy-paste error in it's interception of old/legacy enum OperatorType instances which is supposed to be replaced by the LegacyOperatorType enum. Instead it seems to try and deserialize it as a LegacyFunctionType which isn't gonna work at all.

I'll be submitting a fix shortly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)