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

[jira] Resolved: (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 ]

Tim Ellison resolved HARMONY-4140.
----------------------------------

    Resolution: Fixed

Thanks Kelvin.

Patch applied to LUNI module at repo revision r546880.

Please check that it was applied as you expected.


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