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/03/06 11:16:00 UTC

[jira] [Created] (NETBEANS-3966) Missing to show in editor where is problem

Netbeans User 2019 created NETBEANS-3966:
--------------------------------------------

             Summary: Missing to show in editor where is problem
                 Key: NETBEANS-3966
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3966
             Project: NetBeans
          Issue Type: Bug
          Components: java - Compiler, java - Editor, platform - Action Items
         Environment: Apache Netbeans 11.2 and even 11.3
OpenJDK 11.0.2
            Reporter: Netbeans User 2019


public static void main(String[] args) {
 
 List<Integer> z = List.of(1,2,3);


 z.stream()
 .map(SandboxTemp1::ou)
 .toString();
}

private static int ou(String o) {
 return 0;
}

There is missing to be shown as error on such line.

It is seen as issue in action items and red indicator in tab next name of file, but no issue shown in editor itself.

In actions items you can see:
Error incompatible types: invalid method reference incompatible types: java.lang.Integer cannot be converted to java.lang.String ... :23

This is not one case, but this happens for different types so not only that one from example.



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