[
https://issues.apache.org/jira/browse/NETBEANS-859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Reema Taneja reassigned NETBEANS-859:
-------------------------------------
Assignee: Reema Taneja (was: ARUNAVA SINHA)
> Hint :"Use explicit parameter type" is not working with var type lambda
> parameters
> ----------------------------------------------------------------------------------
>
> Key: NETBEANS-859
> URL: https://issues.apache.org/jira/browse/NETBEANS-859
> Project: NetBeans
> Issue Type: Bug
> Reporter: ARUNAVA SINHA
> Assignee: Reema Taneja
> Priority: Major
> Labels: JDK11-VarInLambda
>
> For the below statement
> IntBinaryOperator f2 = (var x, var y) -> x + y;
> Selecting Fix hint 'use explicit parameter types' changes statement to
> IntBinaryOperator f2 = (var int x, var int y ) -> x + y;
> which is incorrect and needs to be fixed.
--
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