JShell: completions with package results should, in most cases, be dot terminated

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 10
    • Affects Version/s: 9
    • Component/s: tools
    • b14

      For example --

      import ja<tab>

      should complete: java. javax.
      Not: java javax

      import java.la<tab>

      should complete: import java.lang.
      Not: import java.lang

      class A extends java.ut<tab>

      should complete: class A extends java.util.
      Not: class A extends java.util

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

              Created:
              Updated:
              Resolved: