JShell: friendlier representation of array values

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: tools
    • None
    • b138
    • Verified

      Currently:

      jshell> new int[] { 5, 9, 12}
      $2 ==> [I@53b32d7

      Could be:

      $2 ==> int[] { 5, 9, 12 }

      Or...

      See JavaOne 2016 Keynote

            Assignee:
            Robert Field (Inactive)
            Reporter:
            Robert Field (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: