-
Bug
-
Resolution: Fixed
-
P2
-
9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8168819 | 8u152 | Kevin Rushforth | P2 | Closed | Fixed | b01 |
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.
- 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
-