v8.3.3
What's Changed
- Patches by @SimonCockx in #604
This release includes various patches to the Java code generator that solve null pointer exceptions handling null values.
Some Rosetta models have been working around this issue by writing expressions of the form ... filter <some expression> = True
or if <some expression> = True then ...
. With this patch, the = True
part is now unnecessary.
Full Changelog: 8.3.2...8.3.3