Hi
I have started seeing false positives of missing Null-annotations in my Java projects.
For example: SonarCloud
I have created a repository with examples showing that javax.annotation.Nullable is treated correctly, while org.jspecify.annotations.Nullable causes a warning.
(the examples make use of Immutable’s code generation as I thought that was the cause of the breakage first)
I see this in the latest Eclipse Lint plugin locally, and in sonarcloud (the link above).
I hope this is enough information for you to reproduce. Otherwise, please do let me know.
Thanks!