You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Kelvin Ye (JIRA)" <ji...@apache.org> on 2007/06/14 09:45:26 UTC

[jira] Closed: (HARMONY-4140) [classlib][luni][java6] Proxy.toString() changes according to Java6 spec

     [ https://issues.apache.org/jira/browse/HARMONY-4140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Ye closed HARMONY-4140.
------------------------------


Verified. It's OK. Thanks very much!

> [classlib][luni][java6] Proxy.toString() changes according to Java6 spec
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-4140
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4140
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Linux and Windows
>            Reporter: Kelvin Ye
>            Assignee: Tim Ellison
>         Attachments: harmony-4140.diff
>
>
> The description of Proxy.toString() in Java5 spec:
>      Constructs a string representation of this Proxy. This String is constructed by calling toString() on its type and concatenating the toString() result from its address if any. 
> The description of Proxy.toString() in Java6 spec:
>      Constructs a string representation of this Proxy. This String is constructed by calling toString() on its type and concatenating " @ " and the toString() result from its address if its type is not DIRECT. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.