-
Bug
-
Resolution: Fixed
-
P4
-
jfx21
-
b13
Description Resource Location
The type parameter T is hiding the type T BitSetShim.java line 133
The type parameter T is hiding the type T BitSetShim.java line 173
The fix is to change the type in these two methods (as it is in Set.java):
public <V> V[] toArray(V[] a) {
- relates to
-
JDK-8304933 BitSet (used for CSS pseudo class states) listener management is incorrect
- Resolved