processExtraction(req);
}
}
private void processExtraction(InlineLocalRequest req) throws MisconfigurationException {
RemoveAssignment removeEdit = new RemoveAssignment(req);
registerEdit(removeEdit, Messages.inlineLocalRemoveAssignment);
/* Replace all variables with the assigned expression */
for (Name variable : req.variables) {
/* Ignore the assignment */