* @param request the rquest for a rename.
* @return a list with the files that may contain matches for the refactoring.
*/
protected ArrayList<Tuple<List<ModulesKey>, IPythonNature>> findFilesWithPossibleReferences(
RefactoringRequest request) {
return new RefactorerFindReferences().findPossibleReferences(request);
}