Community
Participate
Working Groups
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
Ribbitt
Fixed.