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

generics: allow arrays of unbounded generic types

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 5.0
    • 5.0
    • tools
    • b26
    • generic
    • solaris_8

      Arrays of unbounded generic types are just as safe as arrays of raw types.
      They should be allowed.

      class T {
          void f(Class c) {
              Class<?>[] a = new Class<?>[0];
      Class<?> x = c;
          }
      }

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: