goctl-intellij icon indicating copy to clipboard operation
goctl-intellij copied to clipboard

ide internal errors in GoLand

Open peteyan opened this issue 8 months ago • 2 comments

The Goctl plugin has encountered an exception without doing anything.

  • Goctl version 1.1.9
  • GoLand 2024.1.2 Build #GO-241.17011.92, built on May 23, 2024

The stacktrace.txt:

com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'cn.xiaoheiban.action.ApiNewAction' must override `getActionUpdateThread()` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: cn.xiaoheiban.go-zero]
	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)

image

peteyan avatar Jun 04 '24 15:06 peteyan