Provide Programmatic Access to Stack Backtrace

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 1.4.0
    • Affects Version/s: 1.1.8, 1.2.2, 1.3.0
    • Component/s: core-libs
    • None
    • beta
    • generic
    • generic
    • Verified

         The Throwable class provides access to stack backtrace information via its
      printStackTrace methods. Unfortunately, this information is available only in
      string form. When programmers want to do anything sophisticated with this
      information (such as print out only the top of the stack, or filter out
      certain stack frames), they are forced to parse the string. The API
      explicitly states that the precise form of the string is implementation-
      dependent, but programmers do write non-portable parsing code that depends on
      the details of the format. To rectify this situation, we must provide
      programmatic access to this backtrace information.

            Assignee:
            Josh Bloch (Inactive)
            Reporter:
            Josh Bloch (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: