Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 356225

Summary: Exception on sort array function
Product: z_Archived Reporter: broy2
Component: EDTAssignee: 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:

Description broy2 CLA 2011-08-30 12:10:19 EDT
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
Comment 1 Paul Harmon CLA 2011-10-25 13:38:38 EDT
This is not longer a problem
Comment 2 broy2 CLA 2011-11-01 13:30:12 EDT
Verified in 20111101 build.