gnodet commented on PR #12533:
URL: https://github.com/apache/maven/pull/12533#issuecomment-5074521146

   Addressed the additional observation in 34466948c3: wrapped 
`mappedExceptions` with `Map.copyOf()` for consistency with the 
`List.copyOf(allExceptions)` wrapping. Updated test assertions to use 
`keySet().stream().noneMatch()` instead of `containsKey(null)` since immutable 
maps throw NPE on null key lookups.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to