You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2007/05/07 15:40:15 UTC

[jira] Assigned: (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 ]

Alexei Zakharov reassigned HARMONY-3787:
----------------------------------------

    Assignee: Alexei Zakharov

> [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.