Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin verification in marketplace fails when built using IC-2023.3 #698

Closed
adietish opened this issue Jan 8, 2024 · 0 comments · Fixed by #699
Closed

plugin verification in marketplace fails when built using IC-2023.3 #698

adietish opened this issue Jan 8, 2024 · 0 comments · Fixed by #699
Assignees
Labels
kind/bug Something isn't working

Comments

@adietish
Copy link
Collaborator

adietish commented Jan 8, 2024

image image
IntelliJ IDEA Ultimate 2022.1.4
6 compatibility problems. 2 usages of deprecated API. 2 plugin configuration defects (Restart)
6 compatibility problems
Kubernetes by Red Hat 1.2.3.291 is binary incompatible with IntelliJ IDEA Ultimate IU-221.6008.13 due to the following problems
Class not found (3 problems)
Access to unresolved class ExtensionPointName.Companion (2 problems)

    Constructor ActiveContext.<init>(...) references an unresolved class ExtensionPointName.Companion. This can lead to NoSuchClassError exception at runtime.
    Constructor TreeStructure.<init>(...) references an unresolved class ExtensionPointName.Companion. This can lead to NoSuchClassError exception at runtime.

Access to unresolved class CertificateManager.Companion (1 problem)
Constructor IDEATrustManager.<init>(...) references an unresolved class CertificateManager.Companion. This can lead to NoSuchClassError exception at runtime.
Field not found (3 problems)
Access to unresolved field ExtensionPointName.Companion (2 problems)

    Method TreeStructure.<init>(...) contains a getstatic instruction referencing an unresolved field ExtensionPointName.Companion. This can lead to NoSuchFieldError exception at runtime.
    The field might have been declared in the super class: BaseExtensionPointName
    Method ActiveContext.<init>(...) contains a getstatic instruction referencing an unresolved field ExtensionPointName.Companion. This can lead to NoSuchFieldError exception at runtime.
    The field might have been declared in the super class: BaseExtensionPointName

Access to unresolved field CertificateManager.Companion (1 problem)
Method IDEATrustManager.<init>(...) contains a getstatic instruction referencing an unresolved field CertificateManager.Companion. This can lead to NoSuchFieldError exception at runtime.
The field might have been declared in the super interface: PersistentStateComponent
@adietish adietish added the kind/bug Something isn't working label Jan 8, 2024
@adietish adietish self-assigned this Jan 8, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Jan 8, 2024
adietish added a commit that referenced this issue Jan 8, 2024
@github-project-automation github-project-automation bot moved this to ✅ Done in IDE Cloudaptors Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant