deprecate and schedule for removal #createCreateConstructorFromCallFix

GitOrigin-RevId: fed6cf98e7febe648844c7d569434d7553ff5009
This commit is contained in:
Daniil Ovchinnikov
2019-05-21 15:15:41 +03:00
committed by intellij-monorepo-bot
parent b89b79b1a3
commit 972c551d2c
3 changed files with 12 additions and 21 deletions

View File

@@ -337,6 +337,11 @@ public abstract class QuickFixFactory {
@NotNull
public abstract IntentionAction createReplaceAddAllArrayToCollectionFix(@NotNull PsiMethodCallExpression call);
/**
* @deprecated use {@link #createCreateConstructorFromUsageFixes}
*/
@Deprecated
@ScheduledForRemoval(inVersion = "2019.3")
@NotNull
public abstract IntentionAction createCreateConstructorFromCallFix(@NotNull PsiConstructorCall call);