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

JShell: unacceptable suggestions in 'extends', 'implements' in smart completion

XMLWordPrintable

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

      JShell API: unacceptable suggestions in 'extends', 'implements' in smart completion.

      'Class' is suggested suggestion while a class cannot implement another class (smart completion):
      class A implements Claz|

      'Interface' is suggested when it is mentioned in class declaration (smart completion):
      class A extends Clazz implements Interface, Interf|

            ntv Nadeesh Tv
            aeremeev Andrei Eremeev
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: