mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 21:41:24 +07:00
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:
committed by
intellij-monorepo-bot
parent
8ee8ef71a5
commit
1663a7df90
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user