cleanup IDEA-382376: move com.siyeh.ig.naming package from java-impl to java-impl-inspections

GitOrigin-RevId: b9a43121223c211cf1fdf6f3edcebcebbb84a21a
This commit is contained in:
Bartek Pacia
2026-02-12 17:26:39 +00:00
committed by intellij-monorepo-bot
parent 769c4b1432
commit cf426f0cfc
43 changed files with 2 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ jvm_library(
"//libraries/fastutil",
"//libraries/asm",
"//platform/util/jdom",
"//java/java-impl-inspections:impl-inspections",
],
exports = ["@lib//:org-codehaus-groovy-groovy"]
)
@@ -40,5 +40,6 @@
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
<orderEntry type="module" module-name="intellij.libraries.asm" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="module" module-name="intellij.java.impl.inspections" />
</component>
</module>