| Summary: | ReorganizeCode croaks on a set-values statement | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Matt Heitz <mheitz> |
| Component: | EDT | Assignee: | Project Inbox <edt.javagen-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jeffdouglas |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Ribbitt Fixed. |
ReorganizeCode can't handle a set-values statement. record TestRec s string; end program x function main() tr TestRec; tr{ s = "a value for field s" }; end end Caused by: java.lang.IndexOutOfBoundsException: Index: 1, Size: 0 at java.util.ArrayList.add(ArrayList.java:139) at org.eclipse.edt.mof.utils.EList.add(EList.java:53) at org.eclipse.edt.gen.ReorganizeCode.visit(ReorganizeCode.java:704) ... 105 more