| Summary: | UnsupportedOperationException on arrayDictionary part | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | broy2 |
| Component: | EDT | Assignee: | Project Inbox <edt.compiler-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P1 | CC: | pharmon, svihovec |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
At the very least, this is not supported in .7 - http://wiki.eclipse.org/EDT:EGL_Language_System_Types_and_Functions This feature may not be supported in 1.0 either. A validation message should be issued. I have updated SystemPartManager to remove ArrayDictionary as a predefined type Verified in 20111012 build. *** Bug 359267 has been marked as a duplicate of this bug. *** |
ID INT[] {1,3,5,9}; myRows ArrayDictionary { col1 = ID }; IWN.JavascriptGen.9998.e 0/0 Exception occurred: java.lang.UnsupportedOperationException IWN.JavascriptGen.9999.e 0/0 Stack Trace: java.lang.UnsupportedOperationException Brian's checking to see if it's supported. If we are, fix it. If not, give an error.