rootvector2 commented on PR #731:
URL: 
https://github.com/apache/commons-collections/pull/731#issuecomment-5524277361

   Good call. `putAll(K, Iterable)` now routes every value through 
`transformValue()` instead of checking `valueTransformer` directly, so a 
subclass that overrides `transformValue()` while passing `null` to the 
superclass still gets its conversion, matching `put`. Added a regression test 
with an overriding subclass alongside the null-transformer one.


-- 
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