netbeans
netbeans copied to clipboard
Cleanup the use of Double primitive wrapper
As of Java 9, the VM can do a better job of handling the conversion from a Double primitive to a Double Object or vice versa.
This is an extension of the work done in #2498.
No tests have been touched as those expressly need to manage the conversion.
A couple of places I also cleaned up the Float.
^Add meaningful description above
By opening a pull request you confirm that, unless explicitly stated otherwise, the changes -
- are all your own work, and you have the right to contribute them.
- are contributed solely under the terms and conditions of the Apache License 2.0 (see section 5 of the license for more information).
Please make sure (eg. git log
) that all commits have a valid name and email address for you in the Author field.
If you're a first time contributor, see the Contributing guidelines for more information.
@BradWalker say if you need help with this one
Given we're close to freeze, let's punt this to NB16.
Given we're now close to NB16 freeze and there's been no further movement on this, going to close. Re-open if necessary.