[ http://issues.apache.org/jira/browse/HARMONY-289?page=all ]
Nathan Beyer updated HARMONY-289:
---------------------------------
Attachment: StackTraceElement_java_5_patch.txt
> [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
> 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
|