SDA SE Wiki

Software Engineering for Smart Data Analytics & Smart Data Analytics for Software Engineering

User Tools

Site Tools


Representation of 'null' as Literal

Up to JTransformer 3, the 'null' constant was represented as a local variable (see identT):

identT(#id, #parent, #encl, 'null', 'null')

Since JTransformer 4, 'null' is represented as a constant (see literalT):

literalT(#id, #parent, #encl, #type, 'null')

Please search your code (queries or CTs) for identT-uses that represent 'null' and replace them accordingly.

research/jtransformer/api/java/migration/null_constant.txt · Last modified: 2018/05/09 01:59 (external edit)

SEWiki, © 2025