mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
@NotNull
This commit is contained in:
@@ -551,7 +551,7 @@ public class RefactoringUtil {
|
||||
}
|
||||
}
|
||||
|
||||
public static PsiElement getAnchorElementForMultipleExpressions(PsiExpression[] occurrences, PsiElement scope) {
|
||||
public static PsiElement getAnchorElementForMultipleExpressions(@NotNull PsiExpression[] occurrences, PsiElement scope) {
|
||||
PsiElement anchor = null;
|
||||
for (PsiExpression occurrence : occurrences) {
|
||||
// if (!occurrence.isPhysical()) continue;
|
||||
|
||||
Reference in New Issue
Block a user