mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
[java-intentions] MoveBoundClassToFrontFix: ModCommand, better interface
GitOrigin-RevId: 41bb831d94ab11e981207646750d0d814b94c6ed
This commit is contained in:
committed by
intellij-monorepo-bot
parent
df6d41b6ad
commit
9ed1f2448f
@@ -360,7 +360,7 @@ public abstract class QuickFixFactory {
|
||||
public abstract IntentionAction createMakeReceiverParameterFirstFix(@NotNull PsiReceiverParameter parameter);
|
||||
|
||||
@NotNull
|
||||
public abstract IntentionAction createMoveBoundClassToFrontFix(@NotNull PsiClass aClass, @NotNull PsiClassType type);
|
||||
public abstract IntentionAction createMoveBoundClassToFrontFix(@NotNull PsiTypeParameter aClass, @NotNull PsiClassType type);
|
||||
|
||||
public abstract void registerPullAsAbstractUpFixes(@NotNull PsiMethod method, @NotNull List<? super IntentionAction> registrar);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user