Community
Participate
Working Groups
Run the following RUIHandler: handler Test type RUIhandler {initialUI = [ ],onConstructionFunction = start, cssFile="css/RUIP1.css", title="Test"} function start() var1 String = "abc"; SysLib.writestdout(StrLib.clip(var1)); end end The value printed at runtime is "null".
This affects the Rich UI Technical Sample.
Fixed by adding support for overloaded functions (https://bugs.eclipse.org/bugs/show_bug.cgi?id=358329) and re-generating StrLib.egl; note that any EGL parts that call these overloaded functions in StrLib will also need to be re-generated.
Closing this defect.