-
Bug
-
Resolution: Fixed
-
P4
-
jfx20
-
b13
BitSet uses the SetListenerHelper abstraction to prevent allocating the listener arrays.
When removing listeners, the newly returned listener helper (which may be different from the one called) is not reassigned. This effectively means that removing the listener does not happen.
When removing listeners, the newly returned listener helper (which may be different from the one called) is not reassigned. This effectively means that removing the listener does not happen.
- relates to
-
JDK-8305867 BitSetShim: The type parameter T is hiding the type T warning
- Resolved