Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8324183 | jfx22 | John Hendrikx | P4 | Closed | Won't Fix |
The SimpleSelector and CompoundSelector classes are public classes in an exported package, javafx.css, but they are not intended to be used by applications. They are implementation details. They cannot be constructed directly and no other JavaFX API accepts or returns a SimpleSelector or CompoundSelector.
We should deprecate them for removal so we can move them to a non-exported package, removing them from the public API.
SeeJDK-8323706.
We should deprecate them for removal so we can move them to a non-exported package, removing them from the public API.
See
- backported by
-
JDK-8324183 Deprecate for removal SimpleSelector and CompoundSelector classes
- Closed
- blocks
-
JDK-8323706 Remove SimpleSelector and CompoundSelector classes
- Resolved
- csr for
-
JDK-8325704 Deprecate for removal SimpleSelector and CompoundSelector classes
- Closed