You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Netbeans User 2019 (Jira)" <ji...@apache.org> on 2020/12/09 12:47:00 UTC

[jira] [Updated] (NETBEANS-4625) Stop pop suggestion for CTRL+space or by dot inside a lambda with missing "return"

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

Netbeans User 2019 updated NETBEANS-4625:
-----------------------------------------
    Affects Version/s: 12.2

> Stop pop suggestion for CTRL+space or by dot inside a lambda with missing "return"
> ----------------------------------------------------------------------------------
>
>                 Key: NETBEANS-4625
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4625
>             Project: NetBeans
>          Issue Type: Bug
>          Components: java - Editor
>    Affects Versions: 12.0, 12.2
>         Environment: OpenJDK 11.0.2
> Gradle 6.4.1
>            Reporter: Netbeans User 2019
>            Priority: Major
>              Labels: lambda
>
> e.g.
> java.util.Optional.of("").map((o)->{    
> o. //no suggestion (autocomplete)    
> //return o;//if you uncomment such "return" then you get suggestion }
> )



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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