-
Bug
-
Resolution: Fixed
-
P4
-
jfx17
-
generic
-
generic
This came up while reviewing JDK-8271090.
See - https://github.com/openjdk/jfx/pull/650#discussion_r734599035
class javafx.scene.shape.Box has below field that is mistakenly exposed.
public static final double DEFAULT_SIZE = 2;
This needs to be marked as deprecated and subsequently removed (made private)
See - https://github.com/openjdk/jfx/pull/650#discussion_r734599035
class javafx.scene.shape.Box has below field that is mistakenly exposed.
public static final double DEFAULT_SIZE = 2;
This needs to be marked as deprecated and subsequently removed (made private)
- csr for
-
JDK-8276163 Deprecate for removal mistakenly exposed field from class javafx.scene.shape.Box
-
- Closed
-
- relates to
-
JDK-8271090 Missing API docs in scenegraph classes
-
- Resolved
-