JADE Environment Development Ideas

What's new in the JADE 2025 release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED INTEGRATIONS. NEW WEB DEVELOPMENT FRAMEWORK

The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.


Start your update to JADE's latest release

JadeDynamicObject.getPropertyValues() memory leak

The transient object 'JdoIterableValue' remains in memory after accessing JadeDynamicObject.getPropertyValues().


Example:

foreach dynaPropValue in dynaObject.JadeDynamicObject.getPropertyValues() do

break;

endforeach;


There doesn't appear to be a way to remove it from memory. My workaround is to use the propertyCount and loop that with getPropertyValueByIndex.

  • Guest
  • Apr 24 2024
  • Needs review