new String[addedInterfacesL.size()]);
this.interfacesRemoved = removedInterfacesL.toArray(
new String[removedInterfacesL.size()]);
// TODO: Switch these around, and use the new cpool instead.
CPoolMap map = CPoolMap.generate(old.getConstantPool(),
modif.getConstantPool());
this.fieldsPatch =
FieldsPatch.generate(old.getFields(), modif.getFields(), map);
this.methodsPatch =