JShell: should print actual parameter name as documentation if it could

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • tbd
    • Affects Version/s: 9
    • Component/s: tools
    • generic
    • generic

      java.io.PrintStream.println(char arg0)
      java.io.PrintStream.println(int arg0)
      java.io.PrintStream.println(long arg0)
      ...
      It's always arg0, arg1, ..., argN

      By 8145263, the parameter names disappeared.
      However, when it could, jshell should print actual parameter name

            Assignee:
            Unassigned
            Reporter:
            Shinya Yoshida
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: