How do i enable nullAnalysis? #522
Unanswered
alven-shin
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Did you ever figure this out? I had a similar question at eclipse-jdtls/eclipse.jdt.ls#2952 but I could never understand how to apply the suggestion. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to enable null analysis so I get warnings when I forget null checks on annotated variables. I tried the following config but it does not seem to work.
I am testing the feature with the following code, and in VS Code with the Java extension, a warning is produced for the missing null check.
Beta Was this translation helpful? Give feedback.
All reactions