gnodet commented on PR #12533: URL: https://github.com/apache/maven/pull/12533#issuecomment-5074447905
Thanks for the review! Both observations addressed in 27ee62b: 1. **`List.copyOf(allExceptions)`** — wrapped for defensive immutability, consistent with record semantics. 2. **Vacuous truth guard on `isMissing()`** — added `!allExceptions.isEmpty()` check so an empty exception list doesn't falsely report the artifact as missing. Added a dedicated test for this edge case. -- 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]
