Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8145473

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • tbd
    • 9
    • 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

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

              Created:
              Updated:
              Resolved: