Closed
Description
Description
When using the DiffableUtils.diff with a vanilla OpenJDK Map, instead of the legacy ImmutableOpenMap interface, we return a mutable map (generic HashMap), which isn't the expected behaviour of the API:
We should wrap the map returned by the diff API in an unmodifiable version.