Hi Matthias,
  I am running NB on OpenJDK11 freshly installed with no import of previous
settings and with no nbjavac (to test how does it work without it).
I am going to try if installing nbjavac makes any difference.

The IDE log seems clean no relevant exception logged apart from a pair of
suspicious lines:
INFO [null]: Last record repeated 2 more times.
INFO [null]: Last record repeated again.
note null instead of logger name

Regards,
*--*
*Alessandro Falappa*


Il giorno dom 29 nov 2020 alle ore 14:10 Matthias Bläsing <
[email protected]> ha scritto:

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

Reply via email to