[java] API cleanup: remove unused deprecated API (IDEA-322162)

GitOrigin-RevId: 8b8a875126194efe99989d51127072dd8e503d6e
This commit is contained in:
Nikolay Chashnikov
2023-09-11 13:25:31 +02:00
committed by intellij-monorepo-bot
parent 9385c980e0
commit d67bdd5b72
13 changed files with 1 additions and 127 deletions

View File

@@ -71,15 +71,6 @@ public final class MethodReferencesSearch extends ExtensibleQueryFactory<PsiRefe
}
/**
* @deprecated Same as {@link #getScopeDeterminedByUser()}. Searchers most likely need to use {@link #getEffectiveSearchScope()}.
*/
@Deprecated(forRemoval = true)
@NotNull
public SearchScope getScope() {
return getScopeDeterminedByUser();
}
@NotNull
public SearchScope getEffectiveSearchScope () {
SearchScope scope = myEffectiveScope;