I20220429-1800
Use Map<IEditorInput, InputContext> instead of Hashtable<IEditorInput, Object> because the value type is known and then all iterations over the map's values can be simplified.
Use Map<IEditorInput, InputContext> instead of Hashtable<IEditorInput, Object> because the value type is known and then all iterations over the map's values can be simplified.