Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 360131 - EGL Compiler fails on SQL get array
Summary: EGL Compiler fails on SQL get array
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-06 12:24 EDT by Paul Hoffman CLA
Modified: 2017-02-23 14:18 EST (History)
1 user (show)

See Also:


Attachments
Test program (761 bytes, application/octet-stream)
2011-10-06 12:24 EDT, Paul Hoffman CLA
no flags Details
Library to load database for test case (3.53 KB, application/octet-stream)
2011-10-06 12:25 EDT, Paul Hoffman CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Hoffman CLA 2011-10-06 12:24:42 EDT
Created attachment 204686 [details]
Test program

EGL Compiler fails on SQL get array.   See attached test program.

Line is tagged with following error messages:

Description	Resource	Path	Location	Type
IWN.JavaGen.9998.e 17/367 Exception occurred: java.lang.ClassCastException: org.eclipse.edt.mof.egl.impl.EGLClassImpl cannot be cast to org.eclipse.edt.mof.egl.ArrayType	GetRowArrayFails.egl	/test.edt.sql.test/EGLSource/sql/test/defects	line 17	EDT Generation Problem
IWN.JavaGen.9999.e 17/367 Stack Trace: java.lang.ClassCastException: org.eclipse.edt.mof.egl.impl.EGLClassImpl cannot be cast to org.eclipse.edt.mof.egl.ArrayType	GetRowArrayFails.egl	/test.edt.sql.test/EGLSource/sql/test/defects	line 17	EDT Generation Problem
Comment 1 Paul Hoffman CLA 2011-10-06 12:25:18 EDT
Created attachment 204687 [details]
Library to load database for test case
Comment 2 Justin Spadea CLA 2011-10-06 14:09:09 EDT
CCE comes from JavaGen not IDE Core.
Comment 3 Joseph Vincens CLA 2011-10-07 08:37:11 EDT
fixed
should be in the 10/7 9am build
Comment 4 Paul Hoffman CLA 2011-10-24 12:25:07 EDT
Verified and closed