public class RemoveAssignmentFix extends RemoveInitializerFix
EMPTY_ARRAY| Constructor and Description |
|---|
RemoveAssignmentFix() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyFix(Project project,
ProblemDescriptor descriptor)
Called to apply the fix.
|
java.lang.String |
getFamilyName() |
sideEffectAwareRemove, sideEffectAwareRemove, startInWriteActionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementToMakeWritablepublic java.lang.String getFamilyName()
getFamilyName in interface QuickFix<ProblemDescriptor>getFamilyName in class RemoveInitializerFixQuickFix.getName().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>applyFix in class RemoveInitializerFixproject - Projectdescriptor - problem reported by the tool which provided this quick fix action