mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
notify about refs to foreign types (IDEA-145186)
This commit is contained in:
@@ -22,6 +22,7 @@ package com.intellij.codeInspection.reference;
|
||||
|
||||
import com.intellij.openapi.components.ServiceManager;
|
||||
import com.intellij.psi.*;
|
||||
import com.intellij.psi.util.PsiUtil;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
@@ -72,4 +73,5 @@ public abstract class RefJavaUtil {
|
||||
public abstract boolean isCallToSuperMethod(PsiExpression expression, PsiMethod method);
|
||||
|
||||
public abstract void addTypeReference(PsiElement psiElement, PsiType psiType, RefManager refManager);
|
||||
public abstract void addTypeReference(PsiElement psiElement, PsiType psiType, RefManager refManager, @Nullable RefJavaElement refElement);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user