You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Richard Liang (JIRA)" <ji...@apache.org> on 2006/08/23 05:39:13 UTC

[jira] Created: (HARMONY-1261) [classlib][luni] ObjectStreamField.getType() method should return Object.class when this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance

[classlib][luni] ObjectStreamField.getType() method should return Object.class when this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance
----------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: HARMONY-1261
                 URL: http://issues.apache.org/jira/browse/HARMONY-1261
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Richard Liang


Hello,

ObjectStreamField.getType() method should return Object.class when this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance, (Spec:If the type is non-primitive and this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance, then Object.class is returned. Otherwise, the Class object for the type of the field is returned.)

I will attach a patch to fix this issue.

Best regards,
Richard

-- 
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-1261) [classlib][luni] ObjectStreamField.getType() method should return Object.class when this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance

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

Paulex Yang closed HARMONY-1261.
--------------------------------


Verified by Richard.

> [classlib][luni] ObjectStreamField.getType() method should return Object.class when this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1261
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1261
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Richard Liang
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1261.diff
>
>
> Hello,
> ObjectStreamField.getType() method should return Object.class when this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance, (Spec:If the type is non-primitive and this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance, then Object.class is returned. Otherwise, the Class object for the type of the field is returned.)
> I will attach a patch to fix this issue.
> Best regards,
> Richard

-- 
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-1261) [classlib][luni] ObjectStreamField.getType() method should return Object.class when this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance

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

Richard Liang updated HARMONY-1261:
-----------------------------------

    Attachment: Harmony-1261.diff

Hello,

Would you please try this patch? Thanks a lot.

Best regards,
Richard

> [classlib][luni] ObjectStreamField.getType() method should return Object.class when this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1261
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1261
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Richard Liang
>         Attachments: Harmony-1261.diff
>
>
> Hello,
> ObjectStreamField.getType() method should return Object.class when this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance, (Spec:If the type is non-primitive and this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance, then Object.class is returned. Otherwise, the Class object for the type of the field is returned.)
> I will attach a patch to fix this issue.
> Best regards,
> Richard

-- 
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-1261) [classlib][luni] ObjectStreamField.getType() method should return Object.class when this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance

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

Paulex Yang resolved HARMONY-1261.
----------------------------------

    Resolution: Fixed

Richard, patch applied at revision r436697, thanks a lot for this enhancement, please verify that the problem is fully fixed as you expected.


> [classlib][luni] ObjectStreamField.getType() method should return Object.class when this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1261
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1261
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Richard Liang
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1261.diff
>
>
> Hello,
> ObjectStreamField.getType() method should return Object.class when this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance, (Spec:If the type is non-primitive and this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance, then Object.class is returned. Otherwise, the Class object for the type of the field is returned.)
> I will attach a patch to fix this issue.
> Best regards,
> Richard

-- 
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-1261) [classlib][luni] ObjectStreamField.getType() method should return Object.class when this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance

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

Paulex Yang reassigned HARMONY-1261:
------------------------------------

    Assignee: Paulex Yang

> [classlib][luni] ObjectStreamField.getType() method should return Object.class when this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1261
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1261
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Richard Liang
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1261.diff
>
>
> Hello,
> ObjectStreamField.getType() method should return Object.class when this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance, (Spec:If the type is non-primitive and this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance, then Object.class is returned. Otherwise, the Class object for the type of the field is returned.)
> I will attach a patch to fix this issue.
> Best regards,
> Richard

-- 
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-1261) [classlib][luni] ObjectStreamField.getType() method should return Object.class when this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance

Posted by "Richard Liang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1261?page=comments#action_12430957 ] 
            
Richard Liang commented on HARMONY-1261:
----------------------------------------

Thanks a lot, Paulex. The fix looks good.

Best regards,
Richard

> [classlib][luni] ObjectStreamField.getType() method should return Object.class when this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1261
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1261
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Richard Liang
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1261.diff
>
>
> Hello,
> ObjectStreamField.getType() method should return Object.class when this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance, (Spec:If the type is non-primitive and this ObjectStreamField was obtained from a deserialized ObjectStreamClass instance, then Object.class is returned. Otherwise, the Class object for the type of the field is returned.)
> I will attach a patch to fix this issue.
> Best regards,
> Richard

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