Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 356225 - Exception on sort array function
Summary: Exception on sort array function
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-30 12:10 EDT by broy2 CLA
Modified: 2017-02-23 14:14 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.