stylismo / nullability-annotations-inspection

IntelliJ IDEA nullability annotations inspection
https://plugins.jetbrains.com/idea/plugin/9418-nullability-annotations-inspection
MIT License
18 stars 5 forks source link

Update for IJ 2021.2 #17

Open jbeckers opened 3 years ago

jbeckers commented 3 years ago

I've noticed that this plugin stopped working in IJ 2021.2 EAP, an exception is thrown because it tries to use a class that was deprecated/removed. At least I think that's what happens, the exception is a bit unclear.

As a first step to address this, this PR modernizes the plugin structure and fixes all Plugin Verifier warnings.

I presume this also fixes the exception. I'm using this version as we speak, will report back in a few days.

MHajoha commented 3 years ago

Hey,

@stylismo, can I ask you whether you intend to maintain this project in the future? If not, I'll probably also fork it.

Clindbergh commented 2 years ago

@jbeckers , @stylismo, @yborovikov or @MHajoha: Does anyone intend to publish a new release on the plugin repository?

jbeckers commented 2 years ago

I'm not a maintainer here, and I have no intention to fork this plugin on the marketplace.

@stylismo is this plugin abandoned?