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

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

Closed
ceearrashee opened this issue Apr 17, 2024 · 1 comment · Fixed by #1332
Assignees
Labels
bug Something isn't working

Comments

@ceearrashee
Copy link

Cody Version

5.5.5-nightly

IDE Information

Golang 2024.1

Describe the bug

n/a

Expected behavior

n/a

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)

@ceearrashee ceearrashee added the bug Something isn't working label Apr 17, 2024
@odisseus
Copy link
Contributor

This warning was introduced in IntelliJ 2022.3. Since we are still supporting version 2022.1, it's probably easier to ignore this warning.

@odisseus odisseus self-assigned this Apr 17, 2024
pkukielka pushed a commit that referenced this issue Apr 24, 2024
…ning. (#1332)

This should fix #1327.

## Test plan
I have clicked around a little bit in IntelliJ IDEA 2024.1.1 RC, and I
haven't seen any OLD_EDT warnings in the log.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants