create method from method reference (IDEA-112556)

This commit is contained in:
Anna Kozlova
2014-04-02 12:43:26 +02:00
parent 702932a6fd
commit cbe0d6d860
12 changed files with 286 additions and 28 deletions

View File

@@ -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);