if (index == 1) {
handle = _test2.$GET$CHECKPOINT().createCheckpoint();
System.out.print((_objects.size() - 1) + " ");
}
_test2.setT(1, _record(new Test2()));
if (index == 2) {
handle = _test2.$GET$CHECKPOINT().createCheckpoint();
System.out.print((_objects.size() - 1) + " ");
}
_test2.getT()[1].setI(_record(new Integer(10)));
if (index == 3) {
handle = _test2.$GET$CHECKPOINT().createCheckpoint();
System.out.print(_objects.indexOf(new Integer(10)) + " ");
}
_test2.getT()[1].setI(_record(new Integer(20)));
if (index == 4) {
handle = _test2.$GET$CHECKPOINT().createCheckpoint();
System.out.print(_objects.indexOf(new Integer(20)) + " ");
}
_test2.setT(_record(new Test2[1]));
if (index == 5) {
handle = _test2.$GET$CHECKPOINT().createCheckpoint();
System.out.print((_objects.size() - 1) + " ");
}
_test2.setT(0, _record(new Test2()));
if (index == 6) {
handle = _test2.$GET$CHECKPOINT().createCheckpoint();
System.out.print((_objects.size() - 1) + " ");
}