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

Bug 359348

Summary: Exception for the concat testing
Product: z_Archived Reporter: pf yu <pfyu>
Component: EDTAssignee: Project Inbox <edt.compiler-inbox>
Status: CLOSED FIXED QA Contact:
Severity: critical    
Priority: P3 CC: jqian, pfyu, pharmon, svihovec
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
egl file for the concat testing none

Description pf yu CLA 2011-09-29 03:07:36 EDT
Build Identifier: 201109282102

EDT throws runtime exception in the concat testing:
Multiple markers at this line
	- IWN.JavaGen.9998.e 12/204 Exception occurred: java.lang.RuntimeException: 
	 org.eclipse.edt.mof.egl.NoSuchFunctionError
	- IWN.JavaGen.9999.e 12/204 Stack Trace: java.lang.RuntimeException: org.eclipse.edt.mof.egl.NoSuchFunctionError

Please confirm if it is working by design in EDT, if not, please fix the issue.

Reproducible: Always

Steps to Reproduce:
1.Create a EDT basic project "abc".
2.Copy the attachment "ConcatTest.egl" to the project.
3.Turn on the Java Generator, and see the compile errors.
Comment 1 pf yu CLA 2011-09-29 03:08:30 EDT
Created attachment 204252 [details]
egl file for the concat testing
Comment 2 Paul Harmon CLA 2011-10-04 09:21:43 EDT
I have added validation checks to prevent the concatenation operators and concatenation assignments when the  LHS is not a string or an array.

Changes committed to:

DefaultBinder
Comment 3 pf yu CLA 2011-10-12 05:00:22 EDT
Verified in build 201110110900