palantir / palantir-java-format

A modern, lambda-friendly, 120 character Java formatter.
Apache License 2.0
424 stars 45 forks source link

Apply baseline's NullAway on this repo #987

Closed ash211 closed 7 months ago

ash211 commented 7 months ago

What happened?

At https://github.com/palantir/palantir-java-format/pull/980/files#r1451076860 I accidentally wrote code returning a null from a method with OptionalInt return type. Ideally the baseline-null-away plugin would be applied, to automatically flag issues like this.