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

compiler cannot distinguish between same class names in different packages

XMLWordPrintable

    • 1.1
    • x86
    • windows_nt
    • Not verified

      Compiler cannot distinguish between the same class name in different packages, when
      the ambiguous class name has been imported into this package. Receive error message:
      Class name Vector clashes with imported class java.util.Vector

      Steps to reproduce:
      Compile the attached code

      /* Ambiguous class name */

      package pkg;
      import java.util.*;

      public class Vector
      {
          private int i;
          public Vector()
          {
             i = 1;
          }
      }


            fyellinsunw Frank Yellin (Inactive)
            kasmithsunw Kevin Smith (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: