Community
Participate
Working Groups
Create a RUIWidget named BinaryResolveOp and add the source included below. When you save the widget you will get the following exception: 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) ... 94 more EGL Source: handler BinaryResolveOp type RUIWidget {onConstructionFunction = start, cssFile="css/JSTestProject.css"} var1 BinaryResolveOp[]; function start() end function testFunc(param1 BinaryResolveOp in) if (var1[1] != param1) end end end
I have updated IRUtils to resolve to the appropriate operation in this case.
This defect was fixed at least 2 months ago, so I am closing.