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

javadoc: missing comments in serialized classes

XMLWordPrintable

    • b08

      Most JavaFX classes are not serializable. However, we have a few that are, including:

      * JFXPanel (since it inherits from javax.swing.JCompoent)
      * Event (since it inherits from java.util.EventObject)

      At the very least, the JFXPanel class should have the same disclaimer as its superclass. Namely:

      "The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing."

      For Event we either need to suppress the warning or document the private fields.

      We might split this into two bugs depending on how we address serialization of events.

            angorya Andy Goryachev
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: