Uploaded image for project: 'Harmony'
  1. Harmony
  2. HARMONY-4140

[classlib][luni][java6] Proxy.toString() changes according to Java6 spec

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • Classlib
    • None
    • Linux and Windows
    • Patch Available

    Description

      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.

      Attachments

        1. harmony-4140.diff
          2 kB
          Kelvin Ye

        Activity

          People

            tellison Tim Ellison
            kelvinye Kelvin Ye
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: