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

Tab completion does not work for method references in jshell.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 15
    • 14
    • tools
    • None
    • b13

      Consider this jshell session:
      ---
      jshell> class C { public static void test() { } }
      | created class C

      jshell> Runnable r = C::<tab>
      ---

      There are no proposed completions after pressing the tab.

            jlahoda Jan Lahoda
            jlahoda Jan Lahoda
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: