rkhmelyuk / multirun

IntellijIDEA plugin to group and run multiple Run Configurations in a single click
http://plugins.jetbrains.com/plugin/7248
Apache License 2.0
94 stars 27 forks source link

Deprecated ConfigurationFactory.getId needs to be overridden #76

Closed clausavram closed 3 years ago

clausavram commented 3 years ago

Hello, I stumbled upon this warning in the /var/log/syslog, though it didn't cause any visible issues:

util.DeprecatedMethodException - The default implementation of method 'com.intellij.execution.configurations.ConfigurationFactory.getId' is deprecated, you need to override it in 'class com.khmelyuk.multirun.MultirunConfigurationType$1'. The default implementation delegates to 'getName' which may be localized but return value of this method must not depend on current localization.

rkhmelyuk commented 3 years ago

This has been resolved at 1.12. Thanks for reporting.