summaryrefslogtreecommitdiff
path: root/plugins/devkit/testData/codeInsight
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/devkit/testData/codeInsight')
-rw-r--r--plugins/devkit/testData/codeInsight/ExtensionsHighlighting.xml2
-rw-r--r--plugins/devkit/testData/codeInsight/deprecatedAttributes.xml8
-rw-r--r--plugins/devkit/testData/codeInsight/deprecatedExtensionAttribute.xml2
3 files changed, 6 insertions, 6 deletions
diff --git a/plugins/devkit/testData/codeInsight/ExtensionsHighlighting.xml b/plugins/devkit/testData/codeInsight/ExtensionsHighlighting.xml
index 9486bf492542..d0e7a9b31296 100644
--- a/plugins/devkit/testData/codeInsight/ExtensionsHighlighting.xml
+++ b/plugins/devkit/testData/codeInsight/ExtensionsHighlighting.xml
@@ -14,7 +14,7 @@
<myPlugin.ext implementation="<error descr="'java.util.concurrent.TimeUnit' is not assignable to 'java.lang.Runnable'"><error descr="Enum is not allowed">java.util.concurrent.TimeUnit</error></error>"/>
<myPlugin.ext implementation="<error descr="'java.lang.String' is not assignable to 'java.lang.Runnable'">java.lang.String</error>"/>
- <warning descr="Deprecated EP" textAttributesKey="DEPRECATED_ATTRIBUTES"><myPlugin.deprecatedEP implementation="foo.MyDeprecatedEPImpl"/></warning>
+ <<error descr="Deprecated EP">myPlugin.deprecatedEP</error> implementation="foo.MyDeprecatedEPImpl"/>
<myPlugin.foo.bar/>
<completion.contributor/>
diff --git a/plugins/devkit/testData/codeInsight/deprecatedAttributes.xml b/plugins/devkit/testData/codeInsight/deprecatedAttributes.xml
index d77d1c0732df..e9f52b6242e4 100644
--- a/plugins/devkit/testData/codeInsight/deprecatedAttributes.xml
+++ b/plugins/devkit/testData/codeInsight/deprecatedAttributes.xml
@@ -1,13 +1,13 @@
<idea-plugin>
<id>com.intellij.myPlugin</id>
- <vendor <warning descr="Not used anymore">logo="deprecated"</warning>/>
+ <vendor <error descr="Not used anymore">logo="deprecated"</error>/>
<idea-version since-build="133"
- <warning descr="Not used anymore">min="deprecated"</warning>
- <warning descr="Not used anymore">max="deprecated"</warning>
+ <error descr="Not used anymore">min="deprecated"</error>
+ <error descr="Not used anymore">max="deprecated"</error>
/>
- <extensions <warning descr="Use defaultExtensionNs instead">xmlns="<error descr="URI is not registered (Settings | Project Settings | Schemas and DTDs)">com.intellij</error>"</warning>/>
+ <extensions <error descr="Use defaultExtensionNs instead">xmlns="<error descr="URI is not registered (Settings | Project Settings | Schemas and DTDs)">com.intellij</error>"</error>/>
</idea-plugin> \ No newline at end of file
diff --git a/plugins/devkit/testData/codeInsight/deprecatedExtensionAttribute.xml b/plugins/devkit/testData/codeInsight/deprecatedExtensionAttribute.xml
index 5466b7ee4485..0400e73a0d02 100644
--- a/plugins/devkit/testData/codeInsight/deprecatedExtensionAttribute.xml
+++ b/plugins/devkit/testData/codeInsight/deprecatedExtensionAttribute.xml
@@ -6,7 +6,7 @@
</extensionPoints>
<extensions defaultExtensionNs="com.intellij.myPlugin">
- <myExt <warning descr="Deprecated attribute 'old'">old="java.lang.Runnable"</warning> attr="value"/>
+ <myExt <error descr="Deprecated attribute 'old'">old="java.lang.Runnable"</error> attr="value"/>
</extensions>
</idea-plugin> \ No newline at end of file