Hi! There is a pretty popular project NullAway [1] that checks code of a project in compile-time for possible NPE. AFAIK, it works only with the "@Nullable" annotation. I think we can try to add this check to Ignite2 and 3.
But I wonder, whether smbd already tried to introduce this check? If not, I can try, WDYT? [1] https://github.com/uber/NullAway On Fri, Dec 17, 2021 at 9:04 AM ткаленко кирилл <tkalkir...@yandex.ru> wrote: > I'm for the second option. >