throws InterruptedException {
monitorCheck(monitor);
String moveResourceName = moveResource.getName();
IProject project = getRefactorModel().getDestinationProject();
String destinationPath = getRefactorModel().getDestinationPath();
IResource testResource = project.findMember(destinationPath + "/" + moveResourceName);
if (logger.isDebugEnabled()) {
logger.debug("Resource '" + destinationPath + "/" + moveResourceName + "' "
+ (testResource != null && testResource.exists() ? "exists" : "does not exist") + " in project '"
+ project.getName() + "'");
}