mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
[java] IJ-CR-103082 Check value arguments inside updateParameterValues
GitOrigin-RevId: 9745ac494644ab3269a9c7d02cfe8f681ba5f9da
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4380257658
commit
b80b9317be
@@ -453,9 +453,7 @@ public class RefJavaUtilImpl extends RefJavaUtil {
|
||||
call = ObjectUtils.tryCast(qualifiedReference.getSelector(), UCallExpression.class);
|
||||
}
|
||||
if (call != null) {
|
||||
if (!call.getValueArguments().isEmpty()) {
|
||||
refMethod.updateParameterValues(call, psiResolved);
|
||||
}
|
||||
refMethod.updateParameterValues(call, psiResolved);
|
||||
|
||||
final PsiType usedType = call.getReceiverType();
|
||||
if (usedType != null) {
|
||||
|
||||
Reference in New Issue
Block a user