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

array type casting is not allowed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.0
    • 1.0
    • tools
    • 1.0alpha3
    • sparc
    • solaris_2.4
    • Not verified

      ( Copied from remedy bug 282 as submitted by avh)

      This is not allowed:

      Object object_array[] = ...;
      String string_array[] = (String [])object_array;

      The reason why I want this is that I tried adding a toArray() method to
      the Vector class which returns an array of objects. The method is
      pretty useless because I can't cast the result to an array of a
      different (more narrow) type.

            ahoffsunw Arthur Hoff (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: