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*
