Software Engineering for Smart Data Analytics & Smart Data Analytics for Software Engineering
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.