Netbeans User 2019 created NETBEANS-4625:
--------------------------------------------
Summary: 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
Environment: OpenJDK 11.0.2
Gradle 6.4.1
Reporter: Netbeans User 2019
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: [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