You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/08/19 15:31:20 UTC

[jira] [Created] (IGNITE-3713) .NET: Possible NPE in PlatformConfigurationUtils due to null Enum values

Pavel Tupitsyn created IGNITE-3713:
--------------------------------------

             Summary: .NET: Possible NPE in PlatformConfigurationUtils due to null Enum values
                 Key: IGNITE-3713
                 URL: https://issues.apache.org/jira/browse/IGNITE-3713
             Project: Ignite
          Issue Type: Bug
          Components: platforms
    Affects Versions: 1.6
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 1.8


There are no null checks, we call .ordinal() directly.

Even though for most enums in IgniteConfiguration null is not a valid value, Platform should not fail on this.



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