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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)