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/04/29 05:03:15 UTC

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

[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
            Reporter: Leo Li


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.


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

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov updated HARMONY-3787:
-------------------------------------

    Component/s: Classlib

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


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

Posted by "Nellya Udovichenko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494027 ] 

Nellya Udovichenko commented on HARMONY-3787:
---------------------------------------------

Hi,
The patch is verified. It works fine. Can anybody commit it please?


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


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

Posted by "Leo Li (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leo Li updated HARMONY-3787:
----------------------------

    Attachment: patch-3787.zip

Will somebody try the patch?

Thanks,
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
>            Reporter: Leo Li
>         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.


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

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov updated HARMONY-3787:
-------------------------------------

    Patch Info: [Patch Available]

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


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

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Leo Li (JIRA)" <ji...@apache.org>.
     [ 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.