patou / gitmoji-intellij-plugin

Intellij plugin for add a button on the commit dialog to add gitmoji
https://plugins.jetbrains.com/plugin/12383-gitmoji/
Apache License 2.0
63 stars 16 forks source link

Compatibility problems #23

Closed patou closed 2 years ago

patou commented 2 years ago
Gitmoji Plus: Commit Button 1.8.1 is binary incompatible with IntelliJ IDEA Ultimate IU-213.5744.125 due to the following problem
Method not found (1 problem)
Invocation of unresolved method GitMojiConfig.isModified(ComboBox, Object) (1 problem)
Method GitMojiConfig.isModified() contains an invokevirtual instruction referencing an unresolved method GitMojiConfig.isModified(ComboBox, Object). This can lead to NoSuchMethodError exception at runtime.
The method might have been declared in the super interfaces:
Configurable
ConfigurableWithId
SearchableConfigurable
UnnamedConfigurable