There is improper calling of MessageFormat.format method at many places in javaFX src. Instead of Object[ ] as a parameter, Object seems to have been passed. So, when user will call such method with String parameter classCastException will be outputted.
- relates to
-
JDK-8200216 Unchecked cast of arguments for MessageFormat
-
- Closed
-