editor.setLocalVariableTable(lvAttr);
editor.invokeInsert();
if (!editor.wasCancelled()) {
GroupAction group = new GroupAction();
if (code == null) {
group.add(new CreateCodeAttributeAction(mdr.getMethod().getAttributes(), this.cf.getPool()));
}
List choosers = editor.getChoosers();
Instruction instruction = editor.getInstruction();
try {
instruction = instruction.createNewInstance();