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:04:00 UTC

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

Taras Ledkov created IGNITE-6522:
------------------------------------

             Summary: 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 each type (inside the loop: {{{for (String clsName0 : classesInPackage(pkgName))}})



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