You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Stepan Mishura (JIRA)" <ji...@apache.org> on 2006/12/19 09:37:27 UTC

[jira] Assigned: (HARMONY-2787) [java][security]CodeSource fails to get ObjectStreamField for field "location".

     [ http://issues.apache.org/jira/browse/HARMONY-2787?page=all ]

Stepan Mishura reassigned HARMONY-2787:
---------------------------------------

    Assignee: Stepan Mishura

> [java][security]CodeSource fails to get ObjectStreamField for field "location".
> -------------------------------------------------------------------------------
>
>                 Key: HARMONY-2787
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2787
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Leo Li
>         Assigned To: Stepan Mishura
>
> Here is a testcase:
> public void testSerialization()
> {
>     ObjectStreamClass objectStreamClass = ObjectStreamClass.lookup(CodeSource.class);
>     ObjectStreamField objectStreamField = objectStreamClass.getField("location");
>     assertNotNull(objectStreamField);
> }
> RI passes.
> Harmony fails.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira