-
Bug
-
Resolution: Fixed
-
P3
-
jfx16
The primitive constructors ("new Double", "New Integer", etc) were deprecated in JDK 9, and will be terminally deprecated in JDK 16 for subsequent removal. See JDK-8249100. We need to replace all calls to these constructors either with a call to the appropriate "valueOf" factory method or with auto-boxing. See JDK-8154213 for some considerations to be aware of.
- relates to
-
JDK-8252180 [JEP 390] Deprecate wrapper class constructors for removal
- Resolved
-
JDK-8249100 JEP 390: Warnings for Value-Based Classes
- Closed
-
JDK-8154213 clean up uses of boxed primitive constructors in the java.desktop module
- Resolved