The documentation page for NullArgumentForNonNullParameter is essentially empty. It only says how to suppress.
The reason that I came to this documetnation page is that I wanted to understand the difference between NullArgumentForNonNullParameter and the Error Prone plugin NullAway. The other place I looked is the GitHub repo for NullAway, but it never mentions NullArgumentForNonNullParameter.
The documentation page for
NullArgumentForNonNullParameteris essentially empty. It only says how to suppress.The reason that I came to this documetnation page is that I wanted to understand the difference between
NullArgumentForNonNullParameterand the Error Prone pluginNullAway. The other place I looked is the GitHub repo forNullAway, but it never mentionsNullArgumentForNonNullParameter.