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

JShell: methods and fields of uncompleted expressions should be suggested

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • tools
    • None
    • b132
    • Verified

      JShell API: methods and fields of uncompleted expressions should be suggested.

      Nothing is suggested if declaration is not completed (See CompletionSuggestionTest#testUncompletedDeclaration).
      Examples:
      class Clazz { Claz|
      class A { int method() { return 0; } int a = meth|

            jlahoda Jan Lahoda
            aeremeev Andrei Eremeev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: