java.lang.NoSuchMethodError: 'com.intellij.database.model.DatabaseSystem com.intellij.database.psi.DbDataSourceImpl.getDelegate()'

After the plug-in is packaged, the idea prompts when using it: java.lang.NoSuchMethodError: 'com.intellij.database.model.DatabaseSystem com.intellij.database.psi.DbDataSourceImpl.getDelegate()'
at dev.zhaox.core.ui.DomainGeneratorDialogWrapper.doOKAction(DomainGeneratorDialogWrapper.kt:76);
code show as below:

0

Looks like your plugin depends on “Database Tools and SQL for WebStorm”. Could it be that this method has been removed in the recent version(s) of the plugin?

0

请先登录再写评论。