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

Importing an inherited type doesn't work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • 1.2.0
    • tools
    • generic
    • generic



      Name: igT44549 Date: 02/08/99


      As I understand things, the following is legal:

      package test;

      // Import all the members of X, included inherited members

      import X.*;


      class A
      {
          class B
          {
          }
      }

      class X extends A
      {
          // X inherits a class B
      }

      class C
      {
          B b; // class B is visible from here because of the import
      }

      However javac fails to find B in the field declaration.
      (Review ID: 53497)
      ======================================================================

            gafter Neal Gafter (Inactive)
            iris Iris Clark
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: