public class AnnotateMethodFix extends java.lang.Object implements LocalQuickFix
EMPTY_ARRAY| Constructor and Description |
|---|
AnnotateMethodFix(java.lang.String fqn,
java.lang.String... annotationsToRemove) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
annotateOverriddenMethods() |
protected boolean |
annotateSelf() |
void |
applyFix(Project project,
ProblemDescriptor descriptor)
Called to apply the fix.
|
java.lang.String |
getFamilyName() |
java.lang.String |
getName() |
protected java.lang.String |
getPreposition() |
static boolean |
processModifiableInheritorsUnderProgress(PsiMethod method,
java.util.function.Consumer<? super PsiMethod> consumer) |
boolean |
startInWriteAction()
Indicate whether this action should be invoked inside write action.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementToMakeWritablepublic AnnotateMethodFix(java.lang.String fqn,
java.lang.String... annotationsToRemove)
public java.lang.String getName()
getName in interface QuickFix<ProblemDescriptor>protected java.lang.String getPreposition()
public java.lang.String getFamilyName()
getFamilyName in interface QuickFix<ProblemDescriptor>QuickFix.getName().public boolean startInWriteAction()
WriteActionAwarefalse if e.g. modal dialog is shown inside the action.
If false is returned the action itself is responsible for starting write action
when needed, by calling Application.runWriteAction(Runnable).startInWriteAction in interface WriteActionAwaretrue if the action requires a write action (default), false otherwise.public void applyFix(Project project, ProblemDescriptor descriptor)
QuickFix
Please call com.intellij.profile.codeInspection.ProjectInspectionProfileManager#fireProfileChanged() if inspection profile is changed as result of fix.
applyFix in interface QuickFix<ProblemDescriptor>project - Projectdescriptor - problem reported by the tool which provided this quick fix actionprotected boolean annotateOverriddenMethods()
protected boolean annotateSelf()