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/14 14:10:16 UTC

[jira] Resolved: (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 resolved HARMONY-3787.
--------------------------------------

    Resolution: Fixed

Thanks Leo, thanks Nellya. The patch was applied at the revision 537794. Please verify it was applied as expected.

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