Incompatible generification of javax.swing.JList

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P2
    • None
    • Affects Version/s: 5.0
    • Component/s: 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);
          }
        }

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: