throw new RefactorException(status);
}
Shell shell = EclimPlugin.getShell();
processor.setCreateTargetQueries(new CreateTargetQueries(shell));
processor.setReorgQueries(new ReorgQueries(shell));
Refactoring refactoring = new MoveRefactoring(processor);
// create a more descriptive name than the default.
String desc = refactoring.getName() +