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

Remove inspection on the main args. #9

Closed aristotll closed 6 years ago

aristotll commented 7 years ago
2017-10-02 11 08 48

This args in main method cannot be null (it is final), so is it better to ignore it?

yborovikov commented 6 years ago

Nothing stops anyone from passing a null argument to a final parameter.