You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Leo Li (JIRA)" <ji...@apache.org> on 2007/05/25 03:02:16 UTC

[jira] Closed: (HARMONY-3787) [classlib][regex]java.util.regex.PatternSyntaxException does not have an serialize field required by doc.

     [ https://issues.apache.org/jira/browse/HARMONY-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leo Li closed HARMONY-3787.
---------------------------


Thanks, Alexei. Verified.
Leo.

> [classlib][regex]java.util.regex.PatternSyntaxException does not have an serialize field required by doc.
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3787
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3787
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Leo Li
>         Assigned To: Alexei Zakharov
>         Attachments: patch-3787.zip
>
>
> Here is a testcase:
> public void test()
> {
>     ObjectStreamClass objectStreamClass = ObjectStreamClass.lookup(PatternSyntaxException.class);
>      assertNotNull(objectStreamClass.getField("desc"));
> }
> RI passes.
> Harmony fails.

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