This is similar to RT-39665 and was pointed out in a comment in that bug.
The public class javafx.scene.control.TableSelectionModel extends a default (package private) class javafx.scene.control.MultipleSelectionModelBase. This needs to be fixed, likely by making MultipleSelectionModelBase public (and carefully considering which methods / constructors should be public).
The public class javafx.scene.control.TableSelectionModel extends a default (package private) class javafx.scene.control.MultipleSelectionModelBase. This needs to be fixed, likely by making MultipleSelectionModelBase public (and carefully considering which methods / constructors should be public).
- relates to
-
JDK-8096129 [CSS] public class CornerRadiiConverter extends from implementation class
-
- Resolved
-