mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
[java-intentions] WrapWithAdapterMethodCallFix: modcommand
GitOrigin-RevId: c26f8cd4b8205785e0bc0d05eba2b99c7246d64d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7277ebc88b
commit
febc440233
@@ -342,7 +342,7 @@ public abstract class QuickFixFactory {
|
||||
public abstract @NotNull LocalQuickFixAndIntentionActionOnPsiElement createAccessStaticViaInstanceFix(@NotNull PsiReferenceExpression methodRef,
|
||||
@NotNull JavaResolveResult result);
|
||||
|
||||
public abstract @NotNull IntentionAction createWrapWithAdapterFix(@Nullable PsiType type, @NotNull PsiExpression expression);
|
||||
public abstract @NotNull ModCommandAction createWrapWithAdapterFix(@Nullable PsiType type, @NotNull PsiExpression expression);
|
||||
|
||||
public abstract @Nullable IntentionAction createCreateClassInPackageInModuleFix(@NotNull Module module, @Nullable String packageName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user