| Summary: | generated java has compilation error if initing the record with function returned value | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Jing Qian <jqian> |
| Component: | EDT | Assignee: | Project Inbox <edt.javagen-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | blocker | ||
| Priority: | P3 | CC: | broy2, jeffdouglas |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
fixed This high severity defect was fixed several weeks ago, so I am closing. |
Using last night's build (09152011) The generated java has compilation error for the following program program myPgm type BasicProgram {} function main() r1 MyR1; r2 MyR2 = myFunc(r1); end function myFunc(r1 MyR1) returns (MyR2) end end Record MyR1 i int; end Record MyR2 x int; end