You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (JIRA)" <ji...@apache.org> on 2017/09/28 12:05:00 UTC

[jira] [Updated] (IGNITE-6522) Binary metadata is invalid after creation on BinaryConfiguration.classNames with wildcard

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

Taras Ledkov updated IGNITE-6522:
---------------------------------
    Description: 
The enum flag and enum's fields are calculated invalid on iterating through classes specified with wildcard {{<package_name>.*}} at the {{BinaryConfiguration.classNames}}

See: 
{{BinaryContext#configure()}}
{{typeCfg}} is created for type with wildcard. Enum flag & fields are gathered for type with wildcard instead of recalculate for each type (inside the loop: {{{for (String clsName0 : classesInPackage(pkgName))}})

  was:
The enum flag and enum's fields are calculated invalid on iterating through classes specified with wildcard {{<package_name>.*}} at the {{BinaryConfiguration.classNames}}

See: 
{{BinaryContext#configure()}}
{{typeCfg}} is created for type with wildcard. Enum flag & fields are gathered for type with wildcard instead of each type (inside the loop: {{{for (String clsName0 : classesInPackage(pkgName))}})


> Binary metadata is invalid after creation on BinaryConfiguration.classNames with wildcard
> -----------------------------------------------------------------------------------------
>
>                 Key: IGNITE-6522
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6522
>             Project: Ignite
>          Issue Type: Bug
>          Components: binary
>    Affects Versions: 2.1
>            Reporter: Taras Ledkov
>
> The enum flag and enum's fields are calculated invalid on iterating through classes specified with wildcard {{<package_name>.*}} at the {{BinaryConfiguration.classNames}}
> See: 
> {{BinaryContext#configure()}}
> {{typeCfg}} is created for type with wildcard. Enum flag & fields are gathered for type with wildcard instead of recalculate for each type (inside the loop: {{{for (String clsName0 : classesInPackage(pkgName))}})



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)