Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
9
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8168819 | 8u152 | Kevin Rushforth | P2 | Closed | Fixed | b01 |
Description
The PlaygroundTab.update method in Ensemble8 uses setAccessible to access methods and fields of various classes. It does this blindly, both on application classes (which is fine), and on JavaFX classes (which is not good practice), without any indication as to whether it is needed.
This is not a good practice so the setAccessible calls should be removed. If any loss of functionality occurs we will need to evaluate the impact.
This is not a good practice so the setAccessible calls should be removed. If any loss of functionality occurs we will need to evaluate the impact.
Attachments
Issue Links
- backported by
-
JDK-8168819 Ensemble8 uses setAccessible to access methods and fields of various classes
-
- Closed
-
- blocks
-
JDK-8168611 Backport various Ensemble8 fixes from FX 9 to FX 8
-
- Closed
-