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

Problem inferring types with wildcards

XMLWordPrintable

    • 5.0
    • 5.0
    • generic
    • generic

      Javac cannot compile this program:

      import java.util.EventListener;
      import javax.swing.event.EventListenerList;

      class Test {
          void test(String name, EventListenerList list, EventListener l)
      throws ClassNotFoundException
          {
      list.add((Class<? extends EventListener>)Class.forName(name), l);
          }
      }
      ###@###.### 10/8/04 21:39 GMT

            ahe Peter Ahe
            ahe Peter Ahe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: