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

vikas kumar prabhakar closed NETBEANS-860.
------------------------------------------
    Resolution: Fixed

Merged to Master Branch

https://github.com/apache/incubator-netbeans/pull/596

> Proposed new hint "Convert Lambda to Use 'var' Parameter Types"  for Lambda 
> expression
> --------------------------------------------------------------------------------------
>
>                 Key: NETBEANS-860
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-860
>             Project: NetBeans
>          Issue Type: Improvement
>            Reporter: ARUNAVA SINHA
>            Assignee: vikas kumar prabhakar
>            Priority: Minor
>              Labels: JDK11-VarInLambda, pull-request-available
>          Time Spent: 5h
>  Remaining Estimate: 0h
>
> Hint "Convert Lambda to Use 'var' Parameter Types" should be enable for below 
> expressions. 
> IntBinaryOperator cal c=  (int x, int y) -> x + y;
>  IntBinaryOperator cal c=  (x, y) -> x + y;
> Proposed fix : 
> IntBinaryOperator calc = (var x, var y) -> x + y;



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
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