getScope() -> getEffectiveScope()

This commit is contained in:
anna
2012-11-08 17:13:58 +01:00
parent bd80365ad9
commit 6847065c4f
@@ -57,6 +57,11 @@ public class ReferencesSearch extends ExtensibleQueryFactory<PsiReference, Refer
return myElementToSearch;
}
/**
* Use {@link #getEffectiveSearchScope} instead
* @return
*/
@Deprecated()
public SearchScope getScope() {
return myScope;
}