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

IDEA 2024.1 Exception Info #42

Closed
JohnWickzzz opened this issue Apr 11, 2024 · 2 comments
Closed

IDEA 2024.1 Exception Info #42

JohnWickzzz opened this issue Apr 11, 2024 · 2 comments
Labels

Comments

@JohnWickzzz
Copy link

com.intellij.diagnostic.PluginException: ActionUpdateThread.OLD_EDT is deprecated and going to be removed soon. 'com.github.huoguangjin.multihighlight.action.MultiHighlightAction' must override getActionUpdateThread and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: MultiHighlight]
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)

After upgrade IDEA to 2024.1, use the plugin to highlight words, it works, but will throw that exception message.

@khelifaadm
Copy link

same issue After upgrade IDEA to 2024.1

@huoguangjin
Copy link
Owner

It is just a warning for 2024.1, and it will not cause any problems.
I will fix it in a few days.

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

3 participants