On Mon, 25 Nov 2024 07:35:58 GMT, Adam Sotona wrote:
>> ClassPrinter prints `null` values as `String` "null" or as
>> `String.valueOf(ConstantDescs.BSM_NULL_CONSTANT)`, based on context.
>>
>> This patch unifies handling of `null` values.
>> They are now exclusively represented as `ConstantDesc
On Mon, 25 Nov 2024 07:35:58 GMT, Adam Sotona wrote:
>> ClassPrinter prints `null` values as `String` "null" or as
>> `String.valueOf(ConstantDescs.BSM_NULL_CONSTANT)`, based on context.
>>
>> This patch unifies handling of `null` values.
>> They are now exclusively represented as `ConstantDesc
> ClassPrinter prints `null` values as `String` "null" or as
> `String.valueOf(ConstantDescs.BSM_NULL_CONSTANT)`, based on context.
>
> This patch unifies handling of `null` values.
> They are now exclusively represented as `ConstantDescs.BSM_NULL_CONSTANT`.
> In Json and Yaml format is `null` va
On Fri, 22 Nov 2024 10:24:12 GMT, Adam Sotona wrote:
> ClassPrinter prints `null` values as `String` "null" or as
> `String.valueOf(ConstantDescs.BSM_NULL_CONSTANT)`, based on context.
>
> This patch unifies handling of `null` values.
> They are now exclusively represented as `ConstantDescs.BSM
ClassPrinter prints `null` values as `String` "null" or as
`String.valueOf(ConstantDescs.BSM_NULL_CONSTANT)`, based on context.
This patch unifies handling of `null` values.
They are now exclusively represented as `ConstantDescs.BSM_NULL_CONSTANT`.
In Json and Yaml format is `null` value printed