public class XmlDeclareIdInCommentAction extends java.lang.Object implements LocalQuickFix
EMPTY_ARRAY
Constructor and Description |
---|
XmlDeclareIdInCommentAction(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
void |
applyFix(Project project,
ProblemDescriptor descriptor)
Called to apply the fix.
|
java.lang.String |
getFamilyName() |
static java.lang.String |
getImplicitlyDeclaredId(PsiComment comment) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getElementToMakeWritable
startInWriteAction
public XmlDeclareIdInCommentAction(java.lang.String id)
public java.lang.String getFamilyName()
getFamilyName
in interface QuickFix<ProblemDescriptor>
QuickFix.getName()
.public static java.lang.String getImplicitlyDeclaredId(PsiComment comment)
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
- Project
descriptor
- problem reported by the tool which provided this quick fix action