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

The reshape() method was removed from the JTable.

XMLWordPrintable

    • sparc
    • solaris_2.5.1



      Name: aaC67449 Date: 05/24/99



      The reshape() method was removed from the JTable class in JDK-1.3D.

      It breaks binary compatibility.
      The JLS says: "

      13. Binary Compatibility

      ...

      13.4.5 Class Body and Member Declarations

      ...

      Deleting a class member or constructor that is not declared
      private may cause a linkage error if the member or constructor is
      used by a pre-existing binary, even if the member was an
      instance method that was overriding a superclass method. This is
      because, during resolution, the linker looks only in the
      class that was identified at compile time.


      "

      Thus, this method should be restored.

      ======================================================================

            pmilnesunw Philip Milne (Inactive)
            alisunw Ali Ali (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: