Error accessing Map<String,Object> when the key doesn't exist
Description
The bridge method Map.get( Object key ) created by the compiler performs a cast of (K)key which may won't work if the map’s keys don’t have a generic type of Key.
Activity
Fixed
Pinned fields
Click on the next to a field label to start pinning.
The bridge method
Map.get( Object key )
created by the compiler performs a cast of(K)key
which may won't work if the map’s keys don’t have a generic type ofKey
.