Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9, 0.9.1
-
Patch Available
Description
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.
Attachments
Attachments
Issue Links
- relates to
-
THRIFT-1623 Make Isset variable private/protected instead of public in csharp compiler
- Open