gradle-baseline icon indicating copy to clipboard operation
gradle-baseline copied to clipboard

Propagate safety through Multimap stream collectors

Open tjwilson90 opened this issue 7 months ago • 1 comments

Before this PR

Safety annotations were already properly propagated for of and copyOf static factories, but the stream collectors for multimaps were not properly propagating safety information.

After this PR

==COMMIT_MSG== Stream collectors for multimaps now properly propagate safety information based on their key and value types. ==COMMIT_MSG==

tjwilson90 avatar Jun 24 '24 20:06 tjwilson90