-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: None
-
Component/s: client-libs
-
b22
There is a field 'javax.swing.text.html.StyleSheet.SearchBuffer.hashtable' which uses legacy Hashtable class.
It's used only from single thread. And only non-null key/values added to it. We can safely replace it with HashSet.
It's used only from single thread. And only non-null key/values added to it. We can safely replace it with HashSet.