[logback-dev] [JIRA] Commented: (LBCLASSIC-72) Please implement a getter for StackTraceElementProxy.ste

Ceki Gulcu (JIRA) noreply-jira at qos.ch
Wed Oct 29 12:06:21 CET 2008


    [ http://jira.qos.ch/browse/LBCLASSIC-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=10838#action_10838 ] 

Ceki Gulcu commented on LBCLASSIC-72:
-------------------------------------

I just added a getter for StackTraceElement in StackTraceElementProxy. The setter for StackTraceElement  is a different matter because the code relies on the fact that the underlying StackTraceElement  is immutable. 

In StackTraceElementProxy, the getter and the setter for ClassPackagingData are now named consistently. 

The steAsString field has been marked as transient. 

If there is nothing else, I'd like to mark this issue as resolved.


> Please implement a getter for StackTraceElementProxy.ste
> --------------------------------------------------------
>
>                 Key: LBCLASSIC-72
>                 URL: http://jira.qos.ch/browse/LBCLASSIC-72
>             Project: logback-classic
>          Issue Type: Improvement
>            Reporter: Joern Huxhorn
>            Assignee: Ceki Gulcu
>
> I just checked out your latest changes concerning package version information because I have to implement it for Lilith when the next version of Logback is released.
> At the moment StackTraceElementProxy does not have a getter for the contained StackTraceElement. It would be really helpful for me if I could access it. Otherwise I'd have to parse it from steAsString which I'd really like to prevent.
> I'd suggest to implement both a getter and a setter for the StackTraceElement.
> steAsString would need to be set to null if the STE is changed.
> Additionally, I'd suggest to make steAsString transient since it can be restored after deserialization.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the logback-dev mailing list