mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
create method from method reference (IDEA-112556)
This commit is contained in:
@@ -179,6 +179,7 @@ public abstract class QuickFixFactory {
|
||||
int minUsagesNumberToShowDialog);
|
||||
|
||||
@NotNull public abstract IntentionAction createCreateMethodFromUsageFix(@NotNull PsiMethodCallExpression call);
|
||||
@NotNull public abstract IntentionAction createCreateMethodFromUsageFix(PsiMethodReferenceExpression methodReferenceExpression);
|
||||
|
||||
@NotNull public abstract IntentionAction createCreateAbstractMethodFromUsageFix(@NotNull PsiMethodCallExpression call);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user