-
Notifications
You must be signed in to change notification settings - Fork 11
java error on IDE: phpstorm 2024.2.0.1 #12
Description
phpstorm 2024.2.0.1 on linux (ubuntu 22.04 jammy)
latest available version of tinypng-optimizer (no available updates)
attempting to right click on anything sends out the alert on the notifications tray of IDE:
com.intellij.diagnostic.PluginException:
ActionUpdateThread.OLD_EDTis deprecated and going to be removed soon. 'com.nvlad.tinypng.actions.Compress' must overridegetActionUpdateThread()and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.nvlad.tinypng-optimizer]
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)