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 2006/06/09 19:28:29 UTC

[jira] Created: (HARMONY-588) [classlib] [beans] Encoder and ArrayPersistenceDelegate handle arrays incorrectly

[classlib] [beans] Encoder and ArrayPersistenceDelegate handle arrays incorrectly
---------------------------------------------------------------------------------

         Key: HARMONY-588
         URL: http://issues.apache.org/jira/browse/HARMONY-588
     Project: Harmony
        Type: Bug

  Components: Classlib  
 Environment: winXP + Harmony classlib + J9 v3
    Reporter: Alexei Zakharov


Behavior of the current implementation of java.beans.Encoder, Statement, ArrayPersistenceDelegate and some other classes differs from the RI (Sun) while processing arrays. This was the matter of the ArrayPersistenceDelegateTest failure (was excluded from the test run).

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


[jira] Updated: (HARMONY-588) [classlib] [beans] Encoder and ArrayPersistenceDelegate handle arrays incorrectly

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-588?page=all ]

Alexei Zakharov updated HARMONY-588:
------------------------------------

    Attachment: ArrayPersistenceDelegate.patch

Attached patch affects array processing algorithm and brings it in correspondence with RI's behavior. Several minor bugfixes are also included in this patch. 

> [classlib] [beans] Encoder and ArrayPersistenceDelegate handle arrays incorrectly
> ---------------------------------------------------------------------------------
>
>          Key: HARMONY-588
>          URL: http://issues.apache.org/jira/browse/HARMONY-588
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>  Environment: winXP + Harmony classlib + J9 v3
>     Reporter: Alexei Zakharov
>  Attachments: ArrayPersistenceDelegate.patch
>
> Behavior of the current implementation of java.beans.Encoder, Statement, ArrayPersistenceDelegate and some other classes differs from the RI (Sun) while processing arrays. This was the matter of the ArrayPersistenceDelegateTest failure (was excluded from the test run).

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


[jira] Resolved: (HARMONY-588) [classlib] [beans] Encoder and ArrayPersistenceDelegate handle arrays incorrectly

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-588?page=all ]
     
Mikhail Loenko resolved HARMONY-588:
------------------------------------

    Resolution: Fixed

fixed in revision 413807
Alexei, please check that it fully resolves the issue

> [classlib] [beans] Encoder and ArrayPersistenceDelegate handle arrays incorrectly
> ---------------------------------------------------------------------------------
>
>          Key: HARMONY-588
>          URL: http://issues.apache.org/jira/browse/HARMONY-588
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>  Environment: winXP + Harmony classlib + J9 v3
>     Reporter: Alexei Zakharov
>     Assignee: Mikhail Loenko
>  Attachments: ArrayPersistenceDelegate.patch, ArrayPersistenceDelegate_build_xml.patch
>
> Behavior of the current implementation of java.beans.Encoder, Statement, ArrayPersistenceDelegate and some other classes differs from the RI (Sun) while processing arrays. This was the matter of the ArrayPersistenceDelegateTest failure (was excluded from the test run).

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


[jira] Commented: (HARMONY-588) [classlib] [beans] Encoder and ArrayPersistenceDelegate handle arrays incorrectly

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-588?page=comments#action_12416488 ] 

Alexei Zakharov commented on HARMONY-588:
-----------------------------------------

Everything is ok, thank you Mikhail.

> [classlib] [beans] Encoder and ArrayPersistenceDelegate handle arrays incorrectly
> ---------------------------------------------------------------------------------
>
>          Key: HARMONY-588
>          URL: http://issues.apache.org/jira/browse/HARMONY-588
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>  Environment: winXP + Harmony classlib + J9 v3
>     Reporter: Alexei Zakharov
>     Assignee: Mikhail Loenko
>  Attachments: ArrayPersistenceDelegate.patch, ArrayPersistenceDelegate_build_xml.patch
>
> Behavior of the current implementation of java.beans.Encoder, Statement, ArrayPersistenceDelegate and some other classes differs from the RI (Sun) while processing arrays. This was the matter of the ArrayPersistenceDelegateTest failure (was excluded from the test run).

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


[jira] Updated: (HARMONY-588) [classlib] [beans] Encoder and ArrayPersistenceDelegate handle arrays incorrectly

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-588?page=all ]

Alexei Zakharov updated HARMONY-588:
------------------------------------

    Attachment: ArrayPersistenceDelegate_build_xml.patch

Now we can enable ArrayPersistenceDelegateTest since it doesn't fail anymore. There are two other tests being enabled: 
IntrospectionExceptionTest
PropertyChangeEventTest
They just work, I don't know why they were excluded.

> [classlib] [beans] Encoder and ArrayPersistenceDelegate handle arrays incorrectly
> ---------------------------------------------------------------------------------
>
>          Key: HARMONY-588
>          URL: http://issues.apache.org/jira/browse/HARMONY-588
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>  Environment: winXP + Harmony classlib + J9 v3
>     Reporter: Alexei Zakharov
>  Attachments: ArrayPersistenceDelegate.patch, ArrayPersistenceDelegate_build_xml.patch
>
> Behavior of the current implementation of java.beans.Encoder, Statement, ArrayPersistenceDelegate and some other classes differs from the RI (Sun) while processing arrays. This was the matter of the ArrayPersistenceDelegateTest failure (was excluded from the test run).

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


[jira] Assigned: (HARMONY-588) [classlib] [beans] Encoder and ArrayPersistenceDelegate handle arrays incorrectly

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-588?page=all ]

Mikhail Loenko reassigned HARMONY-588:
--------------------------------------

    Assign To: Mikhail Loenko

> [classlib] [beans] Encoder and ArrayPersistenceDelegate handle arrays incorrectly
> ---------------------------------------------------------------------------------
>
>          Key: HARMONY-588
>          URL: http://issues.apache.org/jira/browse/HARMONY-588
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>  Environment: winXP + Harmony classlib + J9 v3
>     Reporter: Alexei Zakharov
>     Assignee: Mikhail Loenko
>  Attachments: ArrayPersistenceDelegate.patch, ArrayPersistenceDelegate_build_xml.patch
>
> Behavior of the current implementation of java.beans.Encoder, Statement, ArrayPersistenceDelegate and some other classes differs from the RI (Sun) while processing arrays. This was the matter of the ArrayPersistenceDelegateTest failure (was excluded from the test run).

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


[jira] Closed: (HARMONY-588) [classlib] [beans] Encoder and ArrayPersistenceDelegate handle arrays incorrectly

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-588?page=all ]
     
Mikhail Loenko closed HARMONY-588:
----------------------------------


verfied by Alexei

> [classlib] [beans] Encoder and ArrayPersistenceDelegate handle arrays incorrectly
> ---------------------------------------------------------------------------------
>
>          Key: HARMONY-588
>          URL: http://issues.apache.org/jira/browse/HARMONY-588
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>  Environment: winXP + Harmony classlib + J9 v3
>     Reporter: Alexei Zakharov
>     Assignee: Mikhail Loenko
>  Attachments: ArrayPersistenceDelegate.patch, ArrayPersistenceDelegate_build_xml.patch
>
> Behavior of the current implementation of java.beans.Encoder, Statement, ArrayPersistenceDelegate and some other classes differs from the RI (Sun) while processing arrays. This was the matter of the ArrayPersistenceDelegateTest failure (was excluded from the test run).

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