mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
invalid PSI detection
This commit is contained in:
@@ -33,7 +33,7 @@ public class MethodSignatureBackedByPsiMethod extends MethodSignatureBase {
|
||||
super(substitutor, parameterTypes, methodTypeParameters);
|
||||
myIsRaw = isRaw;
|
||||
if (!method.isValid()) {
|
||||
LOG.error("Invalid method: "+method);
|
||||
LOG.error("Invalid method: "+method, new PsiInvalidElementAccessException(method));
|
||||
}
|
||||
myMethod = method;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user