[ 
https://issues.apache.org/jira/browse/NETBEANS-5976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated NETBEANS-5976:
-------------------------------------
    Labels: pull-request-available  (was: )

> cleanup Integer deprecation warnings
> ------------------------------------
>
>                 Key: NETBEANS-5976
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5976
>             Project: NetBeans
>          Issue Type: Improvement
>            Reporter: Brad Walker
>            Assignee: Brad Walker
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In Java 9, {code:java}new Integer(){code} has been deprecated..
> {code:java}
>    [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]                              ^
> {code}
> 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 message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to