Menu

#318 java.lang.Throwable.getStackTrace & setStackTrace

confirmed
closed
nobody
libraries (39)
5
2012-09-21
2003-09-18
Dave Grove
No

We don't implement these.

getStackTrace is required to run eclipse 3.

Discussion

  • Steven Augart

    Steven Augart - 2004-09-13

    I've implemented them vacuously -- it's always legal to get a zero-element stack trace, so getStackTrace() returns a zero-element trace, and setStackTrace() zeroes out the stored trace. This is enough to get Eclipse 3.0 working. Therefore, I've dropped this item's priority from 7 to 5.

     
  • Peter Donald

    Peter Donald - 2007-06-03

    Logged In: YES
    user_id=1642927
    Originator: NO

    This will be fixed when http://jira.codehaus.org/browse/RVM-14 is fixed.

     

Log in to post a comment.