Files

25 lines
1.4 KiB
XML

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