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

Incompatible generification of javax.swing.JList

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 5.0
    • client-libs
    • None
    • generic, x86
    • linux, solaris_8

      The following program does not compile with Tiger under the default compiler
      options, demonstrating that the generification of javax.swing.JList is not
      compatible with the previous version of the platform:

        import javax.swing.*;
        import java.util.*;
        class Test extends JList {
          public void setListData(Vector v) {
              super.setListData(v);
          }
        }

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: