final ArrayList<String> moduleList = WranglerUtils.getModuleNames(project);
final String moduleName = GlobalParameters.getWranglerSelection()
.getErlElement().getResource().getName();
moduleList.remove(WranglerUtils.removeExtension(moduleName));
pages.add(new ComboInputPage("Move function",
"Please select the destination module", "Destination module:",
moduleList));
refactoring = new MoveFunctionRefactoring();
// run fold expression against a local function