Uploaded image for project: 'Harmony'
  1. Harmony
  2. HARMONY-4187

[buildtest][func][swing] Values of serialVersionUID differ for Harmony and RI

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • build - test - ci
    • None

    Description

      serialVersionUID value for Harmony's javax.swing.JComponent differs from the value defined by RI.
      As a result object serialized by RI can not be desirialized by Harmony and vice versa.

      The following testcase produces '6308178999232194655' for Harmony and '7917968344860800289' for RI.

      ------------------------- Test.java -------------------------------------------
      import java.io.ObjectStreamClass;
      import javax.swing.JComponent;

      public class Test {
      public static void main(String[] args)

      { System.err.println(ObjectStreamClass.lookup(JComponent.class).getSerialVersionUID()); }

      }
      -----------------------------------------------------------------------------------

      Affected test:
      functional/org/apache/harmony/test/func/api/java/io/ObjectOutputStream/writeObjectReadObject0009/writeObjectReadObject0009.xml
      (see HARMONY-3528)

      Attachments

        Activity

          People

            Unassigned Unassigned
            rbouchma Roman S. Bushmanov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: