False positive critical errors

Hello,

I’m facing some false positive critical errors with my MicroPython Tools plugin.

One started popping up recently - " depends on module com.intellij.modules.python that couldn’t be resolved" and the other about internal usage API “RawProgressReporterHandle” which has been present since January.

I can get my plugin updates approved, but I keep getting the email about critical errors to resolve after each release and I always see multiple red errors in my plugin’s dashboard that are false positives.

Are these known problems? Should I submit a report somewhere to help the plugin marketplace team deal with these bugs?

Are there any updates to this? The errors seem to persist.

As far as I see it was always Internal and we have no plans to expose it as API. This is implementation detail of platform, please do not use.

Hence why it is a false positive, because I never actually call “RawProgressReporterHandle”.

You can verify this by looking at the source code, the repo is linked in the plugin’s marketplace page. This IS a false positive just as the compatibility errors.

https://youtrack.jetbrains.com/issue/MP-7133/Plugin-verifier-incorrectly-reports-internal-API-used-by-an-inlined-Kotlin-method-as-violation, I suppose…

2 Likes