| Summary: | Error in generated Java on myDictionary.getValues(); | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | broy2 |
| Component: | EDT | Assignee: | Matt Heitz <mheitz> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mheitz |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
I changed the return type of EDictionary.getValues() in the runtime from a list of Objects to a list of EAnys. The testcase compiles now, and the array has the correct values in it. Verified in 20110929 build. |
20110927 install build program getValues type BasicProgram {} myDictionary Dictionary { ID = 5, lastName = "Twain", firstName = "Mark" }; values any[]; function main() values = myDictionary.getValues(); end end Type mismatch: cannot convert from EList<Object> to EList<EAny>