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

compatibility issues about ToolWindowManager #18

Open
bluelovers opened this issue Aug 26, 2020 · 0 comments
Open

compatibility issues about ToolWindowManager #18

bluelovers opened this issue Aug 26, 2020 · 0 comments
Labels

Comments

@bluelovers
Copy link
Owner

bluelovers commented Aug 26, 2020

image

IntelliJ IDEA Ultimate IU-193.7288.26 (2019.3.5)3 compatibility problems. 11 usages of deprecated API. 1 usage of experimental API. 2 plugin configuration defects
3 compatibility problems
Run Configuration for TypeScript 2020.08.24-0 is binary incompatible with IntelliJ IDEA Ultimate IU-193.7288.26 (2019.3.5) due to the following problems
Class not found (1 problem)
Access to unresolved class ToolWindowManager.Companion (1 problem)
Method ActivityUtil.runLater(Project, int, Function0) references an unresolved class ToolWindowManager.Companion. This can lead to NoSuchClassError exception at runtime.
Field not found (1 problem)
Access to unresolved field ToolWindowManager.Companion (1 problem)
Method ActivityUtil.runLater(Project, int, Function0) contains a getstatic instruction referencing an unresolved field ToolWindowManager.Companion. This can lead to NoSuchFieldError exception at runtime.
Method not found (1 problem)
Invocation of unresolved constructor NotificationGroup.<init>(...) (1 problem)
Method PluginStartupActivity.showUpdateNotification(...) contains an invokespecial instruction referencing an unresolved constructor NotificationGroup.<init>(...). This can lead to NoSuchMethodError exception at runtime.

https://jetbrains-platform.slack.com/archives/C5U8BM1MK/p1598455197121000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant