Community
Participate
Working Groups
When using the following string functions, I got a java NullPointerException rather than an edt NullValueException. indexOf lastIndexOf endsWith startsWith replaceStr length clip clipLeading trim toUppercase toLowercase charCodeAt str string? = null; size int; try size = str.length(); syslib.writestdout("failed"); onException (nullEx NullValueException) sysLib.writeStdout("Success); onException (badEx AnyException) sysLib.writeStdout("failure); end
fixed
Verified
Closing this defect.