Community
Participate
Working Groups
Create a program named P4 and add the source below. The following exception is thrown when the file is saved: Caused by: org.eclipse.edt.mof.egl.NoSuchFunctionError at org.eclipse.edt.mof.egl.impl.BinaryExpressionImpl.resolveOperation(BinaryExpressionImpl.java:61) at org.eclipse.edt.mof.egl.impl.MultiOperandExpressionImpl.getOperation(MultiOperandExpressionImpl.java:43) ... 125 more Source: program P4 type BasicProgram {} function main() try onException(ex AnyException) if( ex.messageID == "CRRUI2025E") else throw(ex); end end end end
works now
Verified and closed in build 20111130.