Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Programming Language

Results

C#

Elements with the type int and the attribute nillable set to true are given the type "int?". You should typecast this to "int" when using the variables. For example:
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="a3dcc55285229b0f-fd87f00d-48ac43b6-89898525-57894b9cefb91b8c52730519"><ac:plain-text-body><![CDATA[Soap_Response_LicenseOrder RLO = c.GetLicenseOrderTemplate(L.token, (int) PL.result_array[0].ProductTemplates[0].id);

]]></ac:plain-text-body></ac:structured-macro>

Java

Elements with the type int and the attribute nillable set to true are changed to an instance of class Integer.

...