You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Beliaev (JIRA)" <ji...@apache.org> on 2007/12/28 14:56:43 UTC

[jira] Commented: (HARMONY-4187) [testing][swing] Values of serialVersionUID differ for Harmony and RI

    [ https://issues.apache.org/jira/browse/HARMONY-4187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554762 ] 

Vladimir Beliaev commented on HARMONY-4187:
-------------------------------------------

The better way to paint this JIRA is:

1. name it as [buildtest][func]

2. change its component to build-test-ci.

Could someone implement this please? 

> [testing][swing] Values of serialVersionUID differ for Harmony and RI
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-4187
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4187
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Roman S. Bushmanov
>
> 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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.