[java] inspections module fixup

GitOrigin-RevId: 6c631abf1c307ec275b47ef9e1b4783d08880db3
This commit is contained in:
Andrew Kozlov
2021-10-01 17:49:16 +00:00
committed by intellij-monorepo-bot
parent 1ea86f02a0
commit 7e4fb65543
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -19,6 +19,7 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.java.testFramework" />
<orderEntry type="module" module-name="intellij.java.impl" />
<orderEntry type="module" module-name="intellij.java.impl.inspections" />
<orderEntry type="module" module-name="intellij.java.ui" />
<orderEntry type="module" module-name="intellij.idea.community.resources" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.execution.impl" />
@@ -79,6 +80,5 @@
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
<orderEntry type="module" module-name="intellij.platform.serviceContainer" />
<orderEntry type="module" module-name="intellij.java.impl.inspections" />
</component>
</module>
+1 -1
View File
@@ -17,6 +17,7 @@
<orderEntry type="module" module-name="intellij.java.manifest" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.remoteServers.impl" scope="PROVIDED" />
<orderEntry type="module" module-name="intellij.uiDesigner" scope="PROVIDED" />
<orderEntry type="module" module-name="intellij.java.impl.inspections" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.analysis.impl" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.indexing.impl" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.jsp.spi" scope="RUNTIME" />
@@ -28,6 +29,5 @@
<orderEntry type="module" module-name="intellij.java.langInjection" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.ui.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.impl.inspections" />
</component>
</module>
@@ -1,4 +1,4 @@
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package org.jetbrains.idea.devkit.inspections.quickfix;
import com.intellij.codeInsight.hint.HintManager;
@@ -51,6 +51,7 @@ public final class PluginDescriptorChooser {
.put("intellij.platform.vcs.impl", "VcsExtensions.xml")
.put("intellij.java", "IdeaPlugin.xml")
.put("intellij.java.impl", "IdeaPlugin.xml")
.put("intellij.java.impl.inspections", "IdeaPlugin.xml")
.put("intellij.java.analysis.impl", "IdeaPlugin.xml")
.build();