You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
After upgrading to IntelliJ version 2024.2.0.1 (Ultimate Edition) I get the warning below:
com.intellij.diagnostic.PluginException: ActionUpdateThread.OLD_EDTis deprecated and going to be removed soon. 'intellij.haskell.action.AboutAction' must overridegetActionUpdateThread()and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: intellij.haskell] 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:201)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
After upgrading to IntelliJ version 2024.2.0.1 (Ultimate Edition) I get the warning below:
com.intellij.diagnostic.PluginException:
ActionUpdateThread.OLD_EDTis deprecated and going to be removed soon. 'intellij.haskell.action.AboutAction' must override
getActionUpdateThread()and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: intellij.haskell] 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:201)
The text was updated successfully, but these errors were encountered: