IDEA-189985 - RegistrationProblemsInspection - Move "Multiple components with the same interface-class are not allowed"

Moved to PluginXmlDomInspection.

GitOrigin-RevId: 5c4fc4ff0f807d7c1d6006ebed507ae3e0297c60
This commit is contained in:
Karol Lewandowski
2022-10-31 15:33:01 +01:00
committed by intellij-monorepo-bot
parent 8ee8ef71a5
commit 1663a7df90
18 changed files with 186 additions and 216 deletions

View File

@@ -12,8 +12,8 @@
</component>
<component>
<warning descr="Redundant tag 'interface-class'"><interface-class>java.lang.String</interface-class></warning>
<implementation-class>java.lang.String</implementation-class>
<warning descr="Redundant tag 'interface-class'"><interface-class>java.lang.Boolean</interface-class></warning>
<implementation-class>java.lang.Boolean</implementation-class>
<headless-implementation-class/>
</component>