Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 357530 - TypeCastException on multidimensional array assignment
Summary: TypeCastException on multidimensional array assignment
Status: CLOSED DUPLICATE of bug 356528
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-09-13 13:54 EDT by broy2 CLA
Modified: 2017-02-23 14:16 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-09-13 13:54:08 EDT
Build Identifier: 20110912

Debug or run the following:

program pgm type BasicProgram {}
  myString string;
  twoDimensionalArray string[][] =  [[ "one", "two" ], [ "three", "four" ],
                                        [ "five", "six" ] ];
  function main()
	myString = twoDimensionalArray[2,1];
	SysLib.writeStdout(myString);
  end	
end

Get egl.lang.TypeCastException on the assignment.


Reproducible: Always
Comment 1 Jeff Douglas CLA 2011-09-14 14:14:05 EDT

*** This bug has been marked as a duplicate of bug 356528 ***