Hi,
works for me one a slightly modified master build. One thing you might
try: If you have nbjavac installed, remove it. I had trouble at work
with netbeans not providing code completion and noticed exeptions from
javac in the logs. I removed nbjavac, run Apache Netbeans on JDK 11.0.9
and were a happy camper afterwards.
Greetings
Matthias
Am Sonntag, den 29.11.2020, 13:39 +0100 schrieb Alessandro:
> Hi all,
> could anyone confirm if method references are completed in the last
> NB
> release?
>
>
> 1. Create a simple Java 8+ project with a main class
> 2. Type for example the following code:
>
> Arrays.asList("One", "Two", "Three", "Four", "Five")
> .stream()
> .filter(s -> s.length() > 3)
> .forEach(System.out::|); // <--invoke completion here
>
> If confirmed I will open a JIRA issue
>
> Regards,
> *--*
> *Alessandro Falappa*
---------------------------------------------------------------------
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