FileTextSearchScope scope = FileTextSearchScope.newSearchScope(roots,
fileNamePatterns, false);
Pattern pattern = Pattern.compile("\"" + oldName + "\"");
TextSearchRequestor collector = new TextSearchRequestor() {
@Override
public boolean acceptPatternMatch(
final TextSearchMatchAccess matchAccess)
throws CoreException {
IFile file = matchAccess.getFile();