FWDekker / intellij-randomness

IntelliJ plugin for inserting random numbers, UUIDs, names, IP addresses, and much more
https://plugins.jetbrains.com/plugin/9836-randomness
MIT License
45 stars 7 forks source link

bug report #536

Closed woon-kil closed 4 months ago

woon-kil commented 4 months ago

Additional info No additional information provided.

Stacktraces

Stacktrace 1/1

```java com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.fwdekker.randomness.PopupAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.fwdekker.randomness] 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) ```

Version information

FWDekker commented 4 months ago

Hi there! Thank you for the bug report. Since the error says that some internal function is deprecated, and since you're using an old version of Randomness, I'm quite sure that upgrading to the latest version of Randomness will resolve the issue.

I'll close this issue, but if you have further comments or questions, just leave a comment here :-)