mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJPL-184918 Thousands of PluginException errors: mismatched class implementations in recent test runs
GitOrigin-RevId: ed43984aad9be752aa193f9bc900c7a65398744a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8873d021f1
commit
5deb99d818
Generated
-1
@@ -555,7 +555,6 @@
|
||||
<module fileurl="file://$PROJECT_DIR$/plugins/jsonpath/intellij.jsonpath.iml" filepath="$PROJECT_DIR$/plugins/jsonpath/intellij.jsonpath.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/java/jsp-openapi/intellij.jsp.iml" filepath="$PROJECT_DIR$/java/jsp-openapi/intellij.jsp.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/java/jsp-base-openapi/intellij.jsp.base.iml" filepath="$PROJECT_DIR$/java/jsp-base-openapi/intellij.jsp.base.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/java/jsp-openapi-no-deps/intellij.jsp.noDeps.iml" filepath="$PROJECT_DIR$/java/jsp-openapi-no-deps/intellij.jsp.noDeps.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/java/jsp-spi/intellij.jsp.spi.iml" filepath="$PROJECT_DIR$/java/jsp-spi/intellij.jsp.spi.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/plugins/junit/intellij.junit.iml" filepath="$PROJECT_DIR$/plugins/junit/intellij.junit.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/plugins/junit/groovy-tests/intellij.junit.groovy.tests.iml" filepath="$PROJECT_DIR$/plugins/junit/groovy-tests/intellij.junit.groovy.tests.iml" />
|
||||
|
||||
@@ -24,6 +24,5 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
||||
<orderEntry type="module" module-name="intellij.platform.threadDumpParser" />
|
||||
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />
|
||||
<orderEntry type="module" module-name="intellij.jsp.noDeps" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -10,6 +10,5 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.ide" />
|
||||
<orderEntry type="module" module-name="intellij.xml" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang" />
|
||||
<orderEntry type="module" module-name="intellij.jsp.noDeps" exported="" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -1,18 +0,0 @@
|
||||
### auto-generated section `build intellij.jsp.noDeps` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
|
||||
jvm_resources(
|
||||
name = "jsp-noDeps_resources",
|
||||
files = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
name = "jsp-noDeps",
|
||||
module_name = "intellij.jsp.noDeps",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
||||
deps = ["@lib//:jetbrains-annotations"],
|
||||
runtime_deps = [":jsp-noDeps_resources"]
|
||||
)
|
||||
### auto-generated section `build intellij.jsp.noDeps` end
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -1,2 +0,0 @@
|
||||
<idea-plugin>
|
||||
</idea-plugin>
|
||||
@@ -10,6 +10,5 @@
|
||||
<orderEntry type="module" module-name="intellij.java.psi" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||
<orderEntry type="module" module-name="intellij.jsp.base" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.jsp.noDeps" exported="" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -130,7 +130,6 @@ abstract class BaseIdeaProperties : JetBrainsProductProperties() {
|
||||
|
||||
if (!productLayout.productApiModules.contains("intellij.jsp.base")) {
|
||||
layout.withModule("intellij.jsp.base")
|
||||
layout.withModule("intellij.jsp.noDeps", "app-client.jar")
|
||||
}
|
||||
|
||||
for (moduleName in arrayOf(
|
||||
|
||||
@@ -4521,6 +4521,13 @@ a:com.intellij.psi.impl.source.resolve.reference.ReferenceProvidersRegistry
|
||||
- s:getReferencesFromProviders(com.intellij.psi.PsiElement):com.intellij.psi.PsiReference[]
|
||||
- s:getReferencesFromProviders(com.intellij.psi.PsiElement,com.intellij.psi.PsiReferenceService$Hints):com.intellij.psi.PsiReference[]
|
||||
- a:getRegistrar(com.intellij.lang.Language):com.intellij.psi.PsiReferenceRegistrar
|
||||
com.intellij.psi.jsp.IJspClassLevelDeclarationStatement
|
||||
com.intellij.psi.jsp.JspClassLevelDeclarationStatementType
|
||||
com.intellij.psi.jsp.JspCodeBlockType
|
||||
com.intellij.psi.jsp.JspCommentType
|
||||
com.intellij.psi.jsp.JspJavaCodeType
|
||||
com.intellij.psi.jsp.JspScriptletType
|
||||
com.intellij.psi.jsp.JspTemplateExpressionType
|
||||
com.intellij.psi.meta.MetaDataContributor
|
||||
- a:contributeMetaData(com.intellij.psi.meta.MetaDataRegistrar):V
|
||||
a:com.intellij.psi.meta.MetaDataRegistrar
|
||||
|
||||
Reference in New Issue
Block a user