Other |
---|
openjfx15Fixed |
Blocks :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
The implementation of the asObject and xxxxxProperty methods in the following classes uses the deprecated Object::finalize method to clean up the property bindings that are created, to avoid a memory leak: javafx.beans.property.BooleanProperty javafx.beans.property.DoubleProperty javafx.beans.property.FloatProperty javafx.beans.property.IntegerProperty javafx.beans.property.LongProperty We should instead use an alternative disposal mechanism, such as a weak or phantom reference-based Disposer used in other places in JavaFX.
|