Typo in snippet for the Classfile API

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • 22
    • Affects Version/s: 21
    • Component/s: core-libs

      In the snippet file `PackageSnippets` the line

      ```
      .flatMap(ce -> ce instanceof MethodMethod mm ? mm.elementStream() : Stream.empty())
      ```

      should be replaced with

      ```
      .flatMap(ce -> ce instanceof MethodModel mm ? mm.elementStream() : Stream.empty())
      ```

            Assignee:
            Adam Sotona
            Reporter:
            Per-Ake Minborg
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: