The GitHub Actions job "Java CI" on 
commons-collections.git/fix/switchtransformer-no-mutate-input has failed.
Run started by GitHub user vasiliy-mikhailov (triggered by garydgregory).

Head commit for run:
99572a866c249e57e6102a48b46bfc188d01f9cd / Vasiliy Mikhailov 
<[email protected]>
Do not mutate the input map in SwitchTransformer.switchTransformer

switchTransformer(Map) extracted the default with map.remove(null), which
removes the null key from the caller list map as a side effect. Use
map.get(null) so the factory method leaves the input map unchanged.

Report URL: 
https://github.com/apache/commons-collections/actions/runs/28255293673

With regards,
GitHub Actions via GitBox

Reply via email to