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

Remove serial warning from java.lang.Enum

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • core-libs
    • 5.0
    • b01

      The current code for java.lang.Enum generates a serial lint warning since the class does not declare a serialVesionUID. However, since concrete enum types are special cased in serialization, a serialVersionUID on the abstract superclass of enums is not needed.

            darcy Joe Darcy
            darcy Joe Darcy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: