java.lang.AbstractMethodError: com.illuminatedcloud.intellij.settings.module.ModuleSubscriptionEditor$2.beforeNodeStateChanged(Lcom/intellij/ui/CheckedTreeNode;)V in 2.0.8.3

Issue #1422 resolved
Scott Wells repo owner created an issue

For users still on older versions of the base IDE, this error can occur. It's due to a change I made in 2.0.8.3 to move from an abstract base class to the implemented interface now that the interface includes a default implementation of one of the methods.

I'll release a build with the fix for this later today or first thing tomorrow morning, or it can also be fixed now by updating the base IDE to the latest build.

Comments (3)

  1. Log in to comment