mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
EA-33401 - PIEAE: PsiElementBase.getContainingFile
This commit is contained in:
+1
@@ -155,6 +155,7 @@ public class ChangeMethodSignatureFromUsageFix implements IntentionAction, HighP
|
||||
for (PsiExpression expression : myExpressions) {
|
||||
if (!expression.isValid()) return false;
|
||||
}
|
||||
if (!mySubstitutor.isValid()) return false;
|
||||
|
||||
myNewParametersInfo = getNewParametersInfo(myExpressions, myTargetMethod, mySubstitutor);
|
||||
if (myNewParametersInfo == null || formatTypesList(myNewParametersInfo, myContext) == null) return false;
|
||||
|
||||
Reference in New Issue
Block a user