mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
introduce @IntentionName, @IntentionFamilyName, @IntentionText
GitOrigin-RevId: ddf23972cd2ad0f9d75ee6c83690f01ac87f72d7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5bbe039a4a
commit
f36a3d1710
@@ -5,8 +5,8 @@ import com.intellij.codeInspection.LocalInspectionTool;
|
||||
import com.intellij.codeInspection.LocalQuickFix;
|
||||
import com.intellij.codeInspection.ProblemDescriptor;
|
||||
import com.intellij.codeInspection.ProblemsHolder;
|
||||
import com.intellij.codeInspection.util.IntentionFamilyName;
|
||||
import com.intellij.openapi.project.Project;
|
||||
import com.intellij.openapi.util.NlsContexts;
|
||||
import com.intellij.psi.PsiElement;
|
||||
import com.intellij.psi.PsiElementVisitor;
|
||||
import org.intellij.lang.regexp.RegExpBundle;
|
||||
@@ -60,7 +60,7 @@ public class RedundantNestedCharacterClassInspection extends LocalInspectionTool
|
||||
private static class RedundantNestedCharacterClassFix implements LocalQuickFix {
|
||||
|
||||
@Override
|
||||
public @NlsContexts.ListItem @NotNull String getFamilyName() {
|
||||
public @IntentionFamilyName @NotNull String getFamilyName() {
|
||||
return RegExpBundle.message("inspection.quick.fix.replace.redundant.character.class.with.contents");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user