bluelovers / idea-run-typescript

IntelliJ IDEA (and WebStorm...) plugin to support 'TypeScript' as a run configuration
https://plugins.jetbrains.com/plugin/10841-run-configuration-for-typescript
76 stars 14 forks source link

compatibility issues about ToolWindowManager #18

Open bluelovers opened 4 years ago

bluelovers commented 4 years ago

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