Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-3966

Missing to show in editor where is problem

    XMLWordPrintableJSON

Details

    Description

      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.

      Attachments

        Activity

          People

            akshay_gupta Akshay Gupta
            nb-user-2019 Netbeans User 2019
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: