mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
deprecate and schedule for removal #createCreateConstructorFromCallFix
GitOrigin-RevId: fed6cf98e7febe648844c7d569434d7553ff5009
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b89b79b1a3
commit
972c551d2c
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user