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

Jens Geyer resolved THRIFT-1964.
--------------------------------

    Resolution: Fixed

Tests successful, committed.

> 'Isset' causes problems with C#/.NET serializers
> ------------------------------------------------
>
>                 Key: THRIFT-1964
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1964
>             Project: Thrift
>          Issue Type: Bug
>          Components: C# - Compiler
>    Affects Versions: 0.9, 0.9.1
>            Reporter: xq.gzh
>            Assignee: Jens Geyer
>              Labels: Isset, serializers
>             Fix For: 0.9.2
>
>         Attachments: 1964-v2.patch, 1964.patch, ReproduceTheIssue.zip, 
> THRIFT-1964-serializer-vs-isset-v2.patch, a.thrift, 
> fix_Isset_xmlserializer.patch, fix_isset_problem_test.zip, 
> modified-testcase.zip
>
>   Original Estimate: 8h
>  Remaining Estimate: 8h
>
> same class name 'Isset' in user defined class will cause xmlserializer 
> crashed. 
> below is the sample thrift:  
> struct A {
>  1: string x;
> }
> struct B {
>  1: string y;
> }
> struct C {
>  1:A a
>  2:B b
> }
> generate code and try xmlserialize instance of class C. it crashed.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to