sourcegraph / jetbrains

Apache License 2.0
50 stars 13 forks source link

bug: com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.source... #1401

Open ceearrashee opened 2 months ago

ceearrashee commented 2 months ago

Cody Version

5.5.5

IDE Information

GoLand 2024.1 Build #GO-241.14494.238, built on March 28, 2024 Licensed to Yevhen Androsov Subscription is active until May 4, 2024. Runtime version: 17.0.10+8-b1207.12 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 11.0 GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 20 Registry: debugger.new.tool.window.layout=true ide.completion.variant.limit=500 suggest.all.run.configurations.from.context=TRUE ide.experimental.ui=true terminal.new.ui=true ide.images.show.chessboard=true Non-Bundled Plugins: com.intellij.grazie.pro (0.3.300) com.intellij.laf.macos (241.14494.150) XPathView (241.14494.140) com.intellij.tasks (241.14494.150) com.intellij.tasks.timeTracking (241.14494.150) com.wakatime.intellij.plugin (14.3.13) com.github.camork.fileExpander (2.5) xyz.danizz.commit-message-wrapper-fixer (1.2) hunspell (241.14494.288) com.intellij.plugins.github.colorscheme (241.14494.150) org.OverEngineer.InlineProblems (0.5.2) org.turbanov.run.configuration.as.action (3.0) com.github.nikolaikopernik.codecomplexity (1.5.0) com.intellij.properties (241.14494.150) String Manipulation (9.13.0) Rider UI Theme Pack (0.14.11) com.jetbrains.space (241.14494.150) com.intellij.aqua (241.14494.288) org.jetbrains.plugins.sass (241.14494.155) org.intellij.plugins.postcss (241.14494.155) MultiHighlight (3.1.0) com.intellij.plugin.adernov.powershell (2.6.1) dev.turingcomplete.intellijdevelopertoolsplugins (4.2.0) com.intellij.kubernetes (241.14494.150) com.intellij.mermaid (0.0.21+IJ.232) com.intellij.datagen (241.14494.150) com.intellij.ml.llm (241.14494.320) com.jetbrains.plugins.ini4idea (241.14494.240) com.virtuslab.git-machete (4.2.0) mobi.hsz.idea.gitignore (4.5.3) com.intellij.jira (4.8.0) com.sourcegraph.jetbrains (5.5.5) io.wisetime.plugins.window.branch (2.0.0) com.github.copilot (1.5.2.5392-nightly) intellij.prettierJS (241.14494.155) tslint (241.14494.155) com.dmarcotte.handlebars (241.14494.150) Karma (241.14494.155) NodeJS (241.14494.155) me.mbolotov.cypress (1.6.2) Dart (241.15845) app.codepreview.plugin (1.2.1) AngularJS (241.14494.155) dev.nx.console (1.21.0) com.intellij.tide (241.14494.288) com.intellij.queryComplexity (241.14494.150) cn.yiiguxing.plugin.translate (3.5.8) com.ypwang.plugin.go-linter (1.6.6) com.github.dinbtechit.vscodetheme (1.10.10) org.jetbrains.plugins.tinygo (0.5.13) codiumai.codiumai (0.7.33) com.github.linwancen.drawgraph (1.13.2024.03.24_09.36)

Describe the bug

Regular work

Expected behavior

Regular work

Additional context

Stacktrace:

com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.sourcegraph.website.OpenRevisionAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.sourcegraph.jetbrains]
    at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
    at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90)
    at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125)
    at com.intellij.openapi.actionSystem.ActionUpdateThreadAware.getActionUpdateThread(ActionUpdateThreadAware.java:21)
    at com.intellij.openapi.actionSystem.AnAction.getActionUpdateThread(AnAction.java:199)
taylorsperry commented 2 months ago

closing in favor of https://github.com/sourcegraph/jetbrains/issues/1404