BradWalker opened a new pull request #3154:
URL: https://github.com/apache/netbeans/pull/3154
In Java 9,
new Integer()
has been deprecated..
[repeat]
/home/bwalker/src/netbeans/nbi/engine/src/org/netbeans/installer/wizard/components/actions/InstallAction.java:183:
warning: [deprecation] Integer(int) in Integer has been deprecated
[repeat] new
Integer(INSTALLATION_ERROR_CODE));
[repeat] ^
There are a LOT of these, so I'm staging the changes so they are more
manageable. In addition, these
changes do not change behavior for legacy Java runtime environments. But, in
Java 9, and afterwards,
these changes can provide a possible speedup..
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists