No documentation about what issues NullArgumentForNonNullParameter detects
Open
- Dominant language
- Java
- Stars
- 7.2k
- Forks
- 820
- Avg merge
- 5h 9m
- Merged PRs (30d)
- 50
Description
[The documentation page for `NullArgumentForNonNullParameter`](https://errorprone.info/bugpattern/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`](https://github.com/uber/NullAway). The other place I looked is the GitHub repo for `NullAway`, but [it never mentions `NullArgumentForNonNullParameter`](https://github.com/search?q=repo%3Auber%2FNullAway%20NullArgumentForNonNullParameter&type=issues).
Contributor guide
Assessment
This issue has not been assessed yet.