Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 81031 invoked from network); 12 Apr 2006 01:52:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Apr 2006 01:52:47 -0000 Received: (qmail 15024 invoked by uid 500); 12 Apr 2006 01:52:46 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 14954 invoked by uid 500); 12 Apr 2006 01:52:46 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 14941 invoked by uid 99); 12 Apr 2006 01:52:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Apr 2006 18:52:45 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Apr 2006 18:52:45 -0700 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 25AC3D4A05 for ; Wed, 12 Apr 2006 02:52:24 +0100 (BST) Message-ID: <278038317.1144806744150.JavaMail.jira@ajax> Date: Wed, 12 Apr 2006 02:52:24 +0100 (BST) From: "Nathan Beyer (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Commented: (HARMONY-289) [classlib][luni-kernel] Update StackTraceElement for Java 5 In-Reply-To: <1804167656.1143930086312.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-289?page=comments#action_12374124 ] Nathan Beyer commented on HARMONY-289: -------------------------------------- Looks okay, thanks. > [classlib][luni-kernel] Update StackTraceElement for Java 5 > ----------------------------------------------------------- > > Key: HARMONY-289 > URL: http://issues.apache.org/jira/browse/HARMONY-289 > Project: Harmony > Type: Improvement > Components: Classlib > Reporter: Nathan Beyer > Assignee: George Harley > Priority: Minor > Attachments: StackTraceElement_java_5_patch.txt > > As per the Java 5 spec [1] the StackTraceElement class now has a public constructor. Additionally, I've cleaned up the javadoc a bit and converted the 'toString' method to use StringBuilder instead of StringBuffer. > [1] http://java.sun.com/j2se/1.5.0/docs/api/java/lang/StackTraceElement.html -- 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