mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
As-is the tests fail, since the analysis assumes (in general) that parameters and method return types are nullable by default. For our purposes we want a more "optimistic" implementation. See about modifying the configuration, or (perhaps) delegating to NullAway instead.