senojsitruc / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

Incorrect handling of xsd_decimal #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Define property of type "Decimal" on C# Object
2. The above object should be returned in any web method
3. Generate the code

What is the expected output?
decimal is not a class reference, its a value type, so release,
autorelease, alloc etc can not be applied to decimal

What do you see instead?
decimal should be handled as value type... and not should be compared to
nil, and should not be marked as release etc.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by ackava@gmail.com on 28 Mar 2009 at 12:27

GoogleCodeExporter commented 8 years ago
Should be fixed in the 0.5_iphone branch.

Original comment by hasse...@gmail.com on 3 Sep 2009 at 8:56

GoogleCodeExporter commented 8 years ago

Original comment by hasse...@gmail.com on 3 Sep 2009 at 8:57