[ http://issues.apache.org/jira/browse/HARMONY-2787?page=all ]
Stepan Mishura updated HARMONY-2787:
------------------------------------
Component/s: Classlib
> [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
|