rootvector2 opened a new pull request, #700:
URL: https://github.com/apache/commons-collections/pull/700

   `switchClosure(Map)`, `switchMapClosure(Map)` and 
`switchMapTransformer(Map)` pulled the default out with `map.remove(null)` on 
the caller's map, so the null-key entry vanished from the caller's map as a 
side effect; spotted while extending the sibling fix in #696 that only touched 
`SwitchTransformer.switchTransformer`, they now copy into a `LinkedHashMap` 
first.


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