-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: javafx
Per findbugs report, Event (and it's subclasses) are implementing Serializable interface, but some of their fields are not serializable.
Targeting to Lombard, as this will require following public API changes:
javafx.event.EventType
javafx.util.Pair
javafx.util.Duration
now implements Serializable.
Targeting to Lombard, as this will require following public API changes:
javafx.event.EventType
javafx.util.Pair
javafx.util.Duration
now implements Serializable.