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/08/14 21:03:13 UTC

[jira] Created: (HARMONY-1180) [classlib][beans] implementation of FieldPersistenceDelegate

[classlib][beans] implementation of FieldPersistenceDelegate
------------------------------------------------------------

                 Key: HARMONY-1180
                 URL: http://issues.apache.org/jira/browse/HARMONY-1180
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
         Environment: winXP
            Reporter: Alexei Zakharov
         Attachments: CustomizedPDTest2.patch

Current implementation of beans misses a lot of persistence delegates implemented in RI. Some of these missed PD are tested by CustomizedPersistenceDelegateTest. The attached patch contains the implementation of persistence delegate for the java.lang.reflect.Field class. Thus, the following test from CustomizedPersistenceDelegateTest is enabled by this patch:
testFieldPD

Moreover, the attached patch contains some improvements of the internal structure for Statement and Encoder classes. Please see the patch attached.

-- 
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-1180) [classlib][beans] implementation of FieldPersistenceDelegate

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

Mikhail Loenko resolved HARMONY-1180.
-------------------------------------

    Resolution: Fixed

applied in revision 431613
Alexei please check it was applied as expected

> [classlib][beans] implementation of FieldPersistenceDelegate
> ------------------------------------------------------------
>
>                 Key: HARMONY-1180
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1180
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Mikhail Loenko
>         Attachments: CustomizedPDTest2.patch
>
>
> Current implementation of beans misses a lot of persistence delegates implemented in RI. Some of these missed PD are tested by CustomizedPersistenceDelegateTest. The attached patch contains the implementation of persistence delegate for the java.lang.reflect.Field class. Thus, the following test from CustomizedPersistenceDelegateTest is enabled by this patch:
> testFieldPD
> Moreover, the attached patch contains some improvements of the internal structure for Statement and Encoder classes. Please see the patch attached.

-- 
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-1180) [classlib][beans] implementation of FieldPersistenceDelegate

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

Mikhail Loenko reassigned HARMONY-1180:
---------------------------------------

    Assignee: Mikhail Loenko

> [classlib][beans] implementation of FieldPersistenceDelegate
> ------------------------------------------------------------
>
>                 Key: HARMONY-1180
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1180
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Mikhail Loenko
>         Attachments: CustomizedPDTest2.patch
>
>
> Current implementation of beans misses a lot of persistence delegates implemented in RI. Some of these missed PD are tested by CustomizedPersistenceDelegateTest. The attached patch contains the implementation of persistence delegate for the java.lang.reflect.Field class. Thus, the following test from CustomizedPersistenceDelegateTest is enabled by this patch:
> testFieldPD
> Moreover, the attached patch contains some improvements of the internal structure for Statement and Encoder classes. Please see the patch attached.

-- 
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-1180) [classlib][beans] implementation of FieldPersistenceDelegate

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

Alexei Zakharov updated HARMONY-1180:
-------------------------------------

    Attachment: CustomizedPDTest2.patch

> [classlib][beans] implementation of FieldPersistenceDelegate
> ------------------------------------------------------------
>
>                 Key: HARMONY-1180
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1180
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Attachments: CustomizedPDTest2.patch
>
>
> Current implementation of beans misses a lot of persistence delegates implemented in RI. Some of these missed PD are tested by CustomizedPersistenceDelegateTest. The attached patch contains the implementation of persistence delegate for the java.lang.reflect.Field class. Thus, the following test from CustomizedPersistenceDelegateTest is enabled by this patch:
> testFieldPD
> Moreover, the attached patch contains some improvements of the internal structure for Statement and Encoder classes. Please see the patch attached.

-- 
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-1180) [classlib][beans] implementation of FieldPersistenceDelegate

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

Mikhail Loenko closed HARMONY-1180.
-----------------------------------


> [classlib][beans] implementation of FieldPersistenceDelegate
> ------------------------------------------------------------
>
>                 Key: HARMONY-1180
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1180
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Mikhail Loenko
>         Attachments: CustomizedPDTest2.patch
>
>
> Current implementation of beans misses a lot of persistence delegates implemented in RI. Some of these missed PD are tested by CustomizedPersistenceDelegateTest. The attached patch contains the implementation of persistence delegate for the java.lang.reflect.Field class. Thus, the following test from CustomizedPersistenceDelegateTest is enabled by this patch:
> testFieldPD
> Moreover, the attached patch contains some improvements of the internal structure for Statement and Encoder classes. Please see the patch attached.

-- 
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-1180) [classlib][beans] implementation of FieldPersistenceDelegate

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

Everyhing is ok, thank you Mikhail.

> [classlib][beans] implementation of FieldPersistenceDelegate
> ------------------------------------------------------------
>
>                 Key: HARMONY-1180
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1180
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Mikhail Loenko
>         Attachments: CustomizedPDTest2.patch
>
>
> Current implementation of beans misses a lot of persistence delegates implemented in RI. Some of these missed PD are tested by CustomizedPersistenceDelegateTest. The attached patch contains the implementation of persistence delegate for the java.lang.reflect.Field class. Thus, the following test from CustomizedPersistenceDelegateTest is enabled by this patch:
> testFieldPD
> Moreover, the attached patch contains some improvements of the internal structure for Statement and Encoder classes. Please see the patch attached.

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