trannghia190 / robotframework-helper

4 stars 3 forks source link

v1.2.5 error: default implementation of method 'getId' is deprecated #1

Closed kkotenko closed 12 months ago

kkotenko commented 12 months ago

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.

trannghia190 commented 12 months ago

It will be fixed in the next version (1.2.5.1). Thanks for reporting