Files
openide/plugins/devkit/testData/inspections/inspectionMappingConsistency/inspectionMapping.xml

21 lines
1.3 KiB
XML

<idea-plugin>
<id>com.intellij</id>
<extensionPoints>
<extensionPoint name="localInspection"
beanClass="com.intellij.codeInspection.LocalInspectionEP"/>
</extensionPoints>
<extensions defaultExtensionNs="com.intellij">
<<warning descr="Bundle should be specified"><warning descr="groupName or groupKey should be specified">localInspection</warning></warning> key="<error descr="Cannot resolve property key">foo</error>"/>
<<warning descr="Bundle should be specified"><warning descr="displayName or key should be specified">localInspection</warning></warning> groupKey="<error descr="Cannot resolve property key">foo</error>"/>
<<warning descr="Bundle should be specified"><warning descr="groupName or groupKey should be specified">localInspection</warning></warning> key="<error descr="Cannot resolve property key">foo</error>" groupBundle="bundle"/>
<<warning descr="groupName or groupKey should be specified">localInspection</warning> key="foo" bundle="bundle"/>
<<warning descr="displayName or key should be specified">localInspection</warning> groupKey="foo" bundle="bundle"/>
<localInspection key="foo" bundle="bundle" groupName="groupName"/>
<localInspection groupKey="foo" bundle="bundle" displayName="displayName"/>
</extensions>
</idea-plugin>