[
https://issues.apache.org/jira/browse/NETBEANS-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ARUNAVA SINHA updated NETBEANS-860:
-----------------------------------
Remaining Estimate: (was: 18h)
Original Estimate: (was: 18h)
> 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: ARUNAVA SINHA
> Priority: Minor
> Labels: JDK11-VarInLambda
>
> Hint "Convert Lambda to Use 'var' Parameter Types" should be enable for below
> expression.
> IntBinaryOperator cal c= (int x, int 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