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

Erreur supposé dans l'éditeur, mais la compilation et le code sont correcte

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Not A Problem
    • 11.2
    • 11.2
    • None
    • Window 10 1903
      openjdk version "13.0.1" 2019-10-15

    Description

      Ceci est parfaitement correcte etr compile normalement, mais l'editeur netbeans indique une erreur "incompatible type"

      version java openjdk version "13.0.1" 2019-10-15

       

      String _afficheLigne(List<String> ligne)

      {    return ligne.stream().reduce("", (acc, s) -> String.format("%s\t%s",acc,s)); }

      String _afficheLignes2(List<List<String>> lignes)

      { return lignes.stream().map((ls) -> _afficheLignes(ls)).reduce((acc,s) ->String.format("%s\n%s",acc,s)); }

      Attachments

        1. Annotation 2020-02-03 123039.png
          47 kB
          Pascal Fares

        Activity

          People

            Unassigned Unassigned
            pascalfares Pascal Fares
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: