You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Reema Taneja (JIRA)" <ji...@apache.org> on 2018/09/05 07:07:00 UTC

[jira] [Closed] (NETBEANS-859) Hint :"Use explicit parameter type" is not working with var type lambda parameters

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

Reema Taneja closed NETBEANS-859.
---------------------------------
    Resolution: Fixed

This issue is fixed in latest JDK 11

> 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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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