Out of the blue, 283 (!) "Failed to read class" compatibility problems with IU-202.6397.9
I'm trying to update a plugin that I've submitted before as an "alpha" release as an updated "stable" release.
When I first uploaded my update, I soon got a message back that I had an incompatibility problem with 2019.3.5 (IU-193.7288.26) of IDEA, an earlier version.
The error didn't make much sense, as I was able to run my code just fine on that release, nevertheless I changed the code to avoid the NotificationGroup constructor the report called out, and submitted another update.
Now I had a huge number of problems with the latest release of IDEA, 2020.2 (IU-202.6397.94) which I didn't have just yesterday. All of a sudden, dozen of basic IntelliJ API classes were listed with "Failed to read class" errors.
What has changed!? It wasn't a change I made that would have done this!
Please sign in to leave a comment.
I just ran the verifier tool myself (as opposed to uploading my plugin, and waiting for an automated response), and I'm not getting all of those previously reported errors, only a small number of deprecation warnings, of which I was previously aware:
Could this mean that its just that IntelliJ's automated verification is currently broken?
I also encountered a similar problem, do not know how to solve.
https://intellij-support.jetbrains.com/hc/en-us/requests/2777932
Thanks for letting us know. We're working on that, stay tuned.
My problem has been solved, thank you!
I'm getting the same issue (800 such errors)
Everything should behave correctly now. In case of failed verification, run it again from the plugin configuration page.
Thanks!
Yep I can confirm it works now.