The annotation based null analysis is available since redhat.java 1.11.0. But the related configuration java.compile.nullAnalysis.* is not such obvious. We can consider to provider a code action for them.
I've spent a few hours today trying to figure out where these null warnings came from; some valid; some less valid.
Adding
"java.compile.nullAnalysis": false
was the final solution I chose
The annotation based null analysis is available since redhat.java 1.11.0. But the related configuration
java.compile.nullAnalysis.*
is not such obvious. We can consider to provider a code action for them.