[inspections] IDEA-321711 Use optimized PsiElementVisitor implementations

GitOrigin-RevId: 18ebc32aec877f71cd185ee7072dd139c076e9a3
This commit is contained in:
Yuriy Artamonov
2023-08-20 15:50:01 +02:00
committed by intellij-monorepo-bot
parent f8f9f82c96
commit c53774e2fc
15 changed files with 146 additions and 86 deletions

View File

@@ -36,6 +36,8 @@
<categoryKey>inspection.group.name.regexp</categoryKey>
</intentionAction>
<inspection.basicVisitor class="org.intellij.lang.regexp.psi.RegExpElementVisitor"/>
<localInspection shortName="CustomRegExpInspection" enabledByDefault="true" level="NON_SWITCHABLE_WARNING" dynamicGroup="true"
bundle="messages.RegExpBundle" groupKey="inspection.group.name.regexp" key="inspection.name.custom.regexp"
implementationClass="org.intellij.lang.regexp.inspection.custom.CustomRegExpInspection" language=""/>