[
https://issues.apache.org/jira/browse/NETBEANS-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated NETBEANS-860:
------------------------------------
Labels: JDK11-VarInLambda pull-request-available (was: JDK11-VarInLambda)
> 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
>
> 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: [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