| Summary: | Exception on sort array function | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | broy2 |
| Component: | EDT | Assignee: | Project Inbox <edt.compiler-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P1 | CC: | pharmon |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
This is not longer a problem Verified in 20111101 build. |
Build Identifier: 20110830 The following code gives an exception in the EGL editor: program pgm type BasicProgram {} myNames string[] { maxsize = 5 }; myAny any; function main() myNames.sort(myAny); end end IWN.JavascriptGen.9998.e 34/968 Exception occurred: No such method genConversionOperation(org.eclipse.edt.mof.egl.impl.DelegateImpl, org.eclipse.edt.gen.javascript.Context, org.eclipse.edt.mof.codegen.api.TabbedWriter, org.eclipse.edt.mof.egl.impl.AsExpressionImpl, ) for any template for Class org.eclipse.edt.mof.egl.impl.DelegateImpl arrayFunctions.egl /myEGLproject/EGLSource/pkg line 34 EDT Generation Problem Reproducible: Always