|
Cloners :
|
|
|
Relates :
|
JavaFX is using the following internal base64 classes from sun.misc: sun.misc.BASE64Decoder sun.misc.BASE64Encoder These can and should be replaced by using the public java.util.Base64 class. This will be required for JDK 9 when the module system is enabled, but is a good bit of cleanup for 8, so I will target this for 8u60.
|