Great plugin, thank you so much for making the code public!
Since Version 1.2.5, I get this IDE error in this plugin:
com.intellij.diagnostic.PluginException: The default implementation of method 'getId' is deprecated, you need to override it in 'class com.github.nghiatm.robotframeworkplugin.ide.execution.runconfig.RobotRunConfigurationFactory'. The default implementation delegates to 'getName' which may be localized, but return value of this method must not depend on current localization. [Plugin: com.github.nghiatm.robotframeworkplugin]
at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
As far as I can see, no functionality is affected, but the popup is a bit annoying.
Great plugin, thank you so much for making the code public!
Since Version 1.2.5, I get this IDE error in this plugin:
com.intellij.diagnostic.PluginException: The default implementation of method 'getId' is deprecated, you need to override it in 'class com.github.nghiatm.robotframeworkplugin.ide.execution.runconfig.RobotRunConfigurationFactory'. The default implementation delegates to 'getName' which may be localized, but return value of this method must not depend on current localization. [Plugin: com.github.nghiatm.robotframeworkplugin] at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
As far as I can see, no functionality is affected, but the popup is a bit annoying.