Verification fail with error on overidde of internal function in ToolWindowfactory (IJ version 2025.2)

Plugin verification 1395 failure verifying against 2025.2 with error overriding internal function:

But the current classes doesn’t override any of them, and are configured with plugin.xml.

See for example:

https://gitlab.com/m.sciachero/intellij-gitlab-plugin/-/blob/main/src/main/kotlin/com/gitlab/msciachero/toolwindow/mergerequest/comments/CommentsToolWindowFactory.kt

Marketplace verification: https://plugins.jetbrains.com/plugin/19611-easy-gitlab/edit/versions/beta/851723

Hey, @m.sciachero

I’m having the same issue and still waiting for the general solution.

As far as I understand the problem on the verifier side.

To pass the build to production I email the marketplace mailbox after I manually check for the rest errors.

There is verification result of one of my plugins :frowning:

1 Like

Perhaps it’s related to this? Internal API analyzer false positive

1 Like

Referencing YouTrack issue also here:https://youtrack.jetbrains.com/issue/MP-7604/Plugin-verifier-violations-for-Kotlin-2.2.0-default-impls

Hello,

We are sorry for the inconveniences! This is a false positive in the Plugin Verifier. These APIs should already be marked as Experimental, so it shouldn’t block your approval. If you received an automated message, please reply to it so we can manually review and approve your update.

It’s more an annoyance because I’m implementing the same block in my CI pipeline, so I’ve to relax them (and add them back again when the verifier or IJ platform is fixed).

At the moment I don’t need to release, was just testing on Beta channel if the Verifier on marketplace is different. I hope will be solved soon :slight_smile: