Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 48354 invoked from network); 13 Jun 2007 13:57:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jun 2007 13:57:48 -0000 Received: (qmail 45318 invoked by uid 500); 13 Jun 2007 13:57:51 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 45290 invoked by uid 500); 13 Jun 2007 13:57:51 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 45281 invoked by uid 99); 13 Jun 2007 13:57:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2007 06:57:51 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2007 06:57:47 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D035C7141AA for ; Wed, 13 Jun 2007 06:57:26 -0700 (PDT) Message-ID: <30207442.1181743046849.JavaMail.jira@brutus> Date: Wed, 13 Jun 2007 06:57:26 -0700 (PDT) From: "Tim Ellison (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-4140) [classlib][luni][java6] Proxy.toString() changes according to Java6 spec In-Reply-To: <11083563.1181714565163.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-4140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ellison reassigned HARMONY-4140: ------------------------------------ Assignee: Tim Ellison > [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.