You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: