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

SwingPropertyChangeSupport and PropertyChangeSupport refactor project

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 5.0
    • 1.4.0, 1.4.1
    • client-libs
    • tiger
    • x86
    • linux, windows_xp



      Name: gm110360 Date: 05/09/2002


      FULL PRODUCT VERSION :
      All 1.3.x and 1.4

      FULL OPERATING SYSTEM VERSION :

      ALL PLATFORMS

      A DESCRIPTION OF THE PROBLEM :
      javax.swing.event.SwingPropertyChangeSupport shall NOT
      extend java.beans.PropertyChangeSupport. Not a single
      method or field of PCS is acually used.

      1) It's a useless waste of memory (12 bytes per
      object). //Btw, SPCS JavaDocs are claim that Swing
      cares about memory usage.

      2) The "extends" is just plainly wrong here by OO
      concepts. No extension of any functionality takes place.
      It's just a completely different utility class.

      This bug can be reproduced always.
      (Review ID: 145847)
      ======================================================================

            mdavidsosunw Mark Davidson (Inactive)
            gmanwanisunw Girish Manwani (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: